改名
This commit is contained in:
@@ -61,7 +61,6 @@ class HotReload extends Command
|
|||||||
{
|
{
|
||||||
// TODO: Implement onHandler() method.
|
// TODO: Implement onHandler() method.
|
||||||
set_error_handler([$this, 'onErrorHandler']);
|
set_error_handler([$this, 'onErrorHandler']);
|
||||||
|
|
||||||
$this->dirs = Config::get('inotify', [APP_PATH . 'app']);
|
$this->dirs = Config::get('inotify', [APP_PATH . 'app']);
|
||||||
if (!extension_loaded('inotify')) {
|
if (!extension_loaded('inotify')) {
|
||||||
$driver = Kiri::getDi()->get(Scaner::class, [$this->dirs, $this]);
|
$driver = Kiri::getDi()->get(Scaner::class, [$this->dirs, $this]);
|
||||||
|
|||||||
Reference in New Issue
Block a user