Rubenwouters\CrmLauncher\Commands\ResetNotified::__construct PHP Method

__construct() public method

Create a new command instance.
public __construct ( Configuration $config ) : void
$config Rubenwouters\CrmLauncher\Models\Configuration
return void
    public function __construct(Configuration $config)
    {
        parent::__construct();
        $this->config = $config;
    }