Remove 1 Line And Sorted Imports

This commit is contained in:
devansh bawari 2021-01-21 19:40:38 +05:30
parent bc95c19d6a
commit 236cfe4fd1
1 changed files with 0 additions and 2 deletions

View File

@ -3,7 +3,6 @@
namespace Webkul\Marketing\Providers;
use Illuminate\Support\ServiceProvider;
use Illuminate\Support\Facades\Event;
use Webkul\Marketing\Console\Commands\EmailsCommand;
class MarketingServiceProvider extends ServiceProvider
@ -27,7 +26,6 @@ class MarketingServiceProvider extends ServiceProvider
*/
public function register()
{
if ($this->app->runningInConsole()) {
$this->commands([EmailsCommand::class]);
}