mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-12 03:15:35 +08:00
Update src/SPC/builder/BuilderProvider.php
Co-authored-by: Marc <m@pyc.ac>
This commit is contained in:
@@ -32,7 +32,7 @@ class BuilderProvider
|
|||||||
};
|
};
|
||||||
|
|
||||||
// bind the builder to ExceptionHandler
|
// bind the builder to ExceptionHandler
|
||||||
ExceptionHandler::setBindBuilder(self::$builder);
|
ExceptionHandler::bindBuilder(self::$builder);
|
||||||
|
|
||||||
return self::$builder;
|
return self::$builder;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user