prepare($this->argument('uuid')); $this->info('Demo prepared.'); $this->line('UUID: '.$instance->uuid); $this->line('Schema: '.$instance->schema_name); $this->line('Expires: '.$instance->expires_at?->toDateTimeString()); return self::SUCCESS; } catch (Throwable $exception) { report($exception); $this->error($exception->getMessage()); return self::FAILURE; } } }