This commit is contained in:
2023-11-24 10:22:56 +08:00
parent 396248e41e
commit 6b9195476a
+1 -1
View File
@@ -112,7 +112,7 @@ abstract class BaseApplication extends Component
mkdir($storage, 0777, true);
}
if (!is_dir($storage) || !is_writeable($storage)) {
throw new InitException("Directory {$storage} does not have write permission");
throw new InitException("Directory $storage does not have write permission");
}
}