Skip to content

Commit bb58e13

Browse files
authored
remove loader
1 parent c2b12a1 commit bb58e13

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Flynsarmy/DbBladeCompiler/DbBladeCompilerServiceProvider.php

-3
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@ public function register()
4747
return new DbBladeCompiler($app['files'], $cache_path, $app['config']);
4848
});
4949

50-
$this->app->booting(function () {
51-
$loader = \Illuminate\Foundation\AliasLoader::getInstance();
52-
});
5350
}
5451

5552
/**

0 commit comments

Comments
 (0)