update order status 1
This commit is contained in:
parent
72ce83a69a
commit
f0b7f0fd6f
|
|
@ -1,8 +1,12 @@
|
|||
/.idea
|
||||
/.cache
|
||||
/node_modules
|
||||
/public/hot
|
||||
/public/storage
|
||||
/public/adm.phtml
|
||||
/storage/*.key
|
||||
/vendor
|
||||
/storage/framework/laravel-excel
|
||||
.env
|
||||
.env.backup
|
||||
.phpunit.result.cache
|
||||
|
|
@ -10,3 +14,7 @@ Homestead.json
|
|||
Homestead.yaml
|
||||
npm-debug.log
|
||||
yarn-error.log
|
||||
composer
|
||||
composer.bat
|
||||
composer.json.save
|
||||
composer.phar
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@ return [
|
|||
|
||||
'cloud' => env('FILESYSTEM_CLOUD', 's3'),
|
||||
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Filesystem Disks
|
||||
|
|
|
|||
Loading…
Reference in New Issue