uuid)) { $model->uuid = (string) Str::uuid(); } }); } public static function findByUuid(string $uuid): ?Model { return static::where('uuid', $uuid)->first(); } }