安装引导

This commit is contained in:
TL 2022-08-18 18:05:35 +08:00
parent 162771bdfe
commit 5bc7e004fb
1 changed files with 3 additions and 3 deletions

View File

@ -43,9 +43,9 @@ return [
|
*/
'permissions' => [
'storage/framework/' => '775',
'storage/logs/' => '775',
'bootstrap/cache/' => '775',
'storage/framework/' => '755',
'storage/logs/' => '755',
'bootstrap/cache/' => '755',
],
/*