reworked the guest pwa, modernized start and gallery page. added share link functionality.
This commit is contained in:
@@ -76,6 +76,11 @@ class Photo extends Model
|
||||
return $this->hasMany(PhotoLike::class);
|
||||
}
|
||||
|
||||
public function shareLinks(): HasMany
|
||||
{
|
||||
return $this->hasMany(PhotoShareLink::class);
|
||||
}
|
||||
|
||||
public static function supportsFilenameColumn(): bool
|
||||
{
|
||||
return static::hasColumn('filename');
|
||||
|
||||
Reference in New Issue
Block a user