As a developer, the goal is to take advantage of the features offered by Laravel's Eloquent Active Record system. Simultaneously, we need to take advantage of UUID. In the current state, any model created by the factory or manually does not integrate with simple eloquent commands like static::find.
Story
Description
As a developer, the goal is to take advantage of the features offered by Laravel's Eloquent Active Record system. Simultaneously, we need to take advantage of UUID. In the current state, any model created by the factory or manually does not integrate with simple eloquent commands like
static::find
.Acceptance Criteria
Given
When
static::find()
Then