Rubenwouters\CrmLauncher\Commands\ResetNotified::__construct PHP Метод

__construct() публичный Метод

Create a new command instance.
public __construct ( Configuration $config ) : void
$config Rubenwouters\CrmLauncher\Models\Configuration
Результат void
    public function __construct(Configuration $config)
    {
        parent::__construct();
        $this->config = $config;
    }