改名
This commit is contained in:
@@ -104,7 +104,7 @@ class Application extends BaseApplication
|
|||||||
public function start(Input $argv): bool|string
|
public function start(Input $argv): bool|string
|
||||||
{
|
{
|
||||||
try {
|
try {
|
||||||
$this->scan_system_annotation();
|
// $this->scan_system_annotation();
|
||||||
|
|
||||||
fire(Event::SERVER_BEFORE_START);
|
fire(Event::SERVER_BEFORE_START);
|
||||||
|
|
||||||
@@ -129,7 +129,7 @@ class Application extends BaseApplication
|
|||||||
/**
|
/**
|
||||||
* @throws ReflectionException
|
* @throws ReflectionException
|
||||||
* @throws ComponentException
|
* @throws ComponentException
|
||||||
* @throws NotFindPropertyException
|
* @throws NotFindPropertyException|NotFindClassException
|
||||||
*/
|
*/
|
||||||
public function scan_system_annotation()
|
public function scan_system_annotation()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user