feat: implement AI styling foundation and billing scope rework
This commit is contained in:
@@ -149,6 +149,11 @@ class Photo extends Model
|
||||
return $this->hasMany(PhotoShareLink::class);
|
||||
}
|
||||
|
||||
public function aiEditRequests(): HasMany
|
||||
{
|
||||
return $this->hasMany(AiEditRequest::class);
|
||||
}
|
||||
|
||||
public static function supportsFilenameColumn(): bool
|
||||
{
|
||||
return static::hasColumn('filename');
|
||||
|
||||
Reference in New Issue
Block a user