We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e21ea87 commit 89debceCopy full SHA for 89debce
src/Flynsarmy/DbBladeCompiler/DbBladeCompilerServiceProvider.php
@@ -49,7 +49,7 @@ public function register()
49
50
$this->app->booting(function () {
51
$loader = \Illuminate\Foundation\AliasLoader::getInstance();
52
- $loader->alias('DbView', DbView::class);
+ //$loader->alias('DbView', DbView::class);
53
});
54
}
55
@@ -63,4 +63,4 @@ public function provides()
63
return array();
64
65
66
-}
+}
0 commit comments