removed duplicate statement

This commit is contained in:
prateek srivastava 2021-02-04 19:25:28 +05:30
parent 20f2784099
commit d0f06bb463
1 changed files with 0 additions and 1 deletions

View File

@ -106,7 +106,6 @@ class ProductServiceProvider extends ServiceProvider
});
// Product video
$loader = AliasLoader::getInstance();
$loader->alias('productvideo', ProductVideoFacade::class);
$this->app->singleton('productvideo', function () {