Removed From Marketing Provider
This commit is contained in:
parent
f3d638b763
commit
bc95c19d6a
|
|
@ -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');
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
@ -31,7 +27,7 @@ class MarketingServiceProvider extends ServiceProvider
|
||||||
*/
|
*/
|
||||||
public function register()
|
public function register()
|
||||||
{
|
{
|
||||||
|
|
||||||
if ($this->app->runningInConsole()) {
|
if ($this->app->runningInConsole()) {
|
||||||
$this->commands([EmailsCommand::class]);
|
$this->commands([EmailsCommand::class]);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue