feat: implement AI styling foundation and billing scope rework
This commit is contained in:
@@ -88,6 +88,11 @@ class Event extends Model
|
||||
return $this->hasMany(Photo::class);
|
||||
}
|
||||
|
||||
public function aiEditRequests(): HasMany
|
||||
{
|
||||
return $this->hasMany(AiEditRequest::class);
|
||||
}
|
||||
|
||||
public function taskCollections(): BelongsToMany
|
||||
{
|
||||
return $this->belongsToMany(
|
||||
|
||||
Reference in New Issue
Block a user