Skip to content

Commit 5678889

Browse files
authored
Update DbBladeCompilerServiceProvider.php
1 parent 89debce commit 5678889

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/Flynsarmy/DbBladeCompiler/DbBladeCompilerServiceProvider.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,7 @@ 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-
//$loader->alias('DbView', DbView::class);
53-
});
50+
5451
}
5552

5653
/**

0 commit comments

Comments
 (0)