A lot of things
This commit is contained in:
@@ -4,5 +4,24 @@ namespace App\Models;
|
||||
|
||||
/**
|
||||
* @deprecated Use Gallery instead.
|
||||
* @property int $id
|
||||
* @property string $galleryable_type
|
||||
* @property int $galleryable_id
|
||||
* @property string $image
|
||||
* @property \Illuminate\Support\Carbon|null $created_at
|
||||
* @property \Illuminate\Support\Carbon|null $updated_at
|
||||
* @property-read \Illuminate\Database\Eloquent\Model|\Eloquent $galleryable
|
||||
* @method static \Illuminate\Database\Eloquent\Builder<static>|EntryGallery newModelQuery()
|
||||
* @method static \Illuminate\Database\Eloquent\Builder<static>|EntryGallery newQuery()
|
||||
* @method static \Illuminate\Database\Eloquent\Builder<static>|EntryGallery query()
|
||||
* @method static \Illuminate\Database\Eloquent\Builder<static>|EntryGallery whereCreatedAt($value)
|
||||
* @method static \Illuminate\Database\Eloquent\Builder<static>|EntryGallery whereGalleryableId($value)
|
||||
* @method static \Illuminate\Database\Eloquent\Builder<static>|EntryGallery whereGalleryableType($value)
|
||||
* @method static \Illuminate\Database\Eloquent\Builder<static>|EntryGallery whereId($value)
|
||||
* @method static \Illuminate\Database\Eloquent\Builder<static>|EntryGallery whereImage($value)
|
||||
* @method static \Illuminate\Database\Eloquent\Builder<static>|EntryGallery whereUpdatedAt($value)
|
||||
* @property int $order
|
||||
* @method static \Illuminate\Database\Eloquent\Builder<static>|EntryGallery whereOrder($value)
|
||||
* @mixin \Eloquent
|
||||
*/
|
||||
class EntryGallery extends Gallery {}
|
||||
|
||||
Reference in New Issue
Block a user