Remove 1 Line And Sorted Imports
This commit is contained in:
parent
bc95c19d6a
commit
236cfe4fd1
|
|
@ -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]);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue