Airlines model and controller

This commit is contained in:
Nabeel Shahzad
2017-06-08 20:02:52 -05:00
parent 1e049fa8a9
commit 4fcfc84ccf
25 changed files with 724 additions and 138 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ return [
'prefixes' => [
'route' => '', // using admin will create route('admin.?.index') type routes
'route' => 'admin', // using admin will create route('admin.?.index') type routes
'path' => '',
'view' => 'admin',
'public' => 'admin',