removed duplicate statement
This commit is contained in:
parent
20f2784099
commit
d0f06bb463
|
|
@ -106,7 +106,6 @@ class ProductServiceProvider extends ServiceProvider
|
|||
});
|
||||
|
||||
// Product video
|
||||
$loader = AliasLoader::getInstance();
|
||||
$loader->alias('productvideo', ProductVideoFacade::class);
|
||||
|
||||
$this->app->singleton('productvideo', function () {
|
||||
|
|
|
|||
Loading…
Reference in New Issue