改名
This commit is contained in:
@@ -108,10 +108,8 @@ class Application extends BaseApplication
|
||||
public function start(Input $argv): void
|
||||
{
|
||||
try {
|
||||
ini_set('opcache.enable', '1');
|
||||
ini_set('opcache.enable_cli', '1');
|
||||
ini_set('opcache.jit_buffer_size', '100M');
|
||||
ini_set('opcache.jit', '1255');
|
||||
$annotation = $this->getAttributes();
|
||||
$annotation->read(APP_PATH, 'App\\');
|
||||
|
||||
fire(Event::SERVER_BEFORE_START);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user