Fixed default config. (#2014)

This commit is contained in:
李铭昕 2020-06-30 13:46:39 +08:00 committed by GitHub
parent 6023344407
commit 0e6e12b11d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,6 @@ return [
'bin' => 'php',
'watch' => [
'dir' => ['app', 'config'],
'files' => ['.env'],
'file' => ['.env'],
],
];