* #355 Calculate distance button in add/edit Flight page * Styling * Move add/edit flight logic out of controller and into service layer * Styling * Formatting * Run styleci against modules dir * Styleci config * Style fixes in /modules
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
return [
|
||||
'php' => [
|
||||
'version' => '7.2'
|
||||
'version' => '7.2',
|
||||
],
|
||||
|
||||
'cache' => [
|
||||
@@ -10,7 +10,7 @@ return [
|
||||
'default' => 'file',
|
||||
'drivers' => [
|
||||
'Zend OPcache' => 'opcache',
|
||||
'apc' => 'apc',
|
||||
'apc' => 'apc',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -23,7 +23,7 @@ return [
|
||||
'curl',
|
||||
],
|
||||
|
||||
# Make sure these are writable
|
||||
// Make sure these are writable
|
||||
'permissions' => [
|
||||
'bootstrap/cache',
|
||||
'public/uploads',
|
||||
|
||||
Reference in New Issue
Block a user