Fenos\Notifynder\Artisan\DeleteCategory::__construct PHP Method

__construct() public method

Create a new command instance.
public __construct ( Fenos\Notifynder\Contracts\NotifynderCategory $notifynderCategory ) : DeleteCategory
$notifynderCategory Fenos\Notifynder\Contracts\NotifynderCategory
return DeleteCategory
    public function __construct(NotifynderCategory $notifynderCategory)
    {
        parent::__construct();
        $this->notifynderCategory = $notifynderCategory;
    }