Merge pull request #1423 from thehereward/develop

TidyUp: Remove unreachable code.
This commit is contained in:
snipe
2015-12-29 10:15:36 -08:00
4 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ class ModelsController extends AdminController
if ($validator->fails())
{
// The given data did not pass validation
return Redirect::back()->withInput()->with('error', Lang::get('admin/models/message.create.duplicate_set'));;
return Redirect::back()->withInput()->with('error', Lang::get('admin/models/message.create.duplicate_set'));
}