Try to test for confirmation errors.

This commit is contained in:
James Cole
2016-12-09 07:20:48 +01:00
parent 72c6bfee7e
commit 653692ade0
9 changed files with 31 additions and 8 deletions

View File

@@ -52,7 +52,7 @@ return [
'disks' => [
'local' => [
'local' => [
'driver' => 'local',
'root' => storage_path('app'),
],
@@ -69,8 +69,10 @@ return [
'driver' => 'local',
'root' => storage_path('database'),
],
'seeds' => [
'driver' => 'local',
'root' => base_path('resources/seeds'),
],
'public' => [
'driver' => 'local',
'root' => storage_path('app/public'),