Removed From Marketing Provider

This commit is contained in:
devansh bawari 2021-01-21 19:36:57 +05:30
parent f3d638b763
commit bc95c19d6a
1 changed files with 1 additions and 5 deletions

View File

@ -18,10 +18,6 @@ class MarketingServiceProvider extends ServiceProvider
$this->loadMigrationsFrom(__DIR__ . '/../Database/Migrations'); $this->loadMigrationsFrom(__DIR__ . '/../Database/Migrations');
$this->loadRoutesFrom(__DIR__ . '/../Http/routes.php'); $this->loadRoutesFrom(__DIR__ . '/../Http/routes.php');
$this->loadTranslationsFrom(__DIR__ . '/../Resources/lang', 'marketing');
$this->loadViewsFrom(__DIR__ . '/../Resources/views', 'marketing');
} }
/** /**