*/ protected function casts(): array { return [ 'installed' => 'boolean', 'enabled' => 'boolean', 'last_failed_at' => 'datetime', ]; } }