schema($schema); } public static function make(array $schema = []): static { $static = app(static::class, ['schema' => $schema]); $static->configure(); return $static; } protected function setUp(): void { parent::setUp(); $this->columnSpan('full'); } }