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

__construct() public method

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