modify
This commit is contained in:
@@ -52,9 +52,9 @@ class OnWorkerStart extends Callback
|
|||||||
*/
|
*/
|
||||||
private function loadDirectory()
|
private function loadDirectory()
|
||||||
{
|
{
|
||||||
if (env('debug','true') === 'false') {
|
// if (env('debug','true') === 'false') {
|
||||||
return;
|
// return;
|
||||||
}
|
// }
|
||||||
$attribute = Snowflake::app()->getAttributes();
|
$attribute = Snowflake::app()->getAttributes();
|
||||||
$attribute->read(directory('app'), 'App');
|
$attribute->read(directory('app'), 'App');
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user