Skip to content

Commit 89debce

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Flynsarmy/DbBladeCompiler/DbBladeCompilerServiceProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public function register()
4949

5050
$this->app->booting(function () {
5151
$loader = \Illuminate\Foundation\AliasLoader::getInstance();
52-
$loader->alias('DbView', DbView::class);
52+
//$loader->alias('DbView', DbView::class);
5353
});
5454
}
5555

@@ -63,4 +63,4 @@ public function provides()
6363
return array();
6464
}
6565

66-
}
66+
}

0 commit comments

Comments
 (0)