if (empty($drivers_parameter)) {
            if (app()->runningInConsole()) {
                if (!$this->confirm('Sets from all installed drivers will be synchronized. Do you wish to continue?', true))
                    return;
            }