Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
Malebestia committed Nov 23, 2023
1 parent 42fe0cb commit b3a805b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Models/Setting.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,26 @@
/**
* Modules\Setting\Models\Setting.
*
* @property int $id
* @property string $group
* @property string $name
* @property int $locked
* @property string $payload
* @property \Illuminate\Support\Carbon|null $created_at
* @property \Illuminate\Support\Carbon|null $updated_at
* @property-read MediaCollection<int, Media> $media
* @property-read int|null $media_count
* @method static \Modules\Setting\Database\Factories\SettingFactory factory($count = null, $state = [])
* @method static Builder|Setting newModelQuery()
* @method static Builder|Setting newQuery()
* @method static Builder|Setting query()
* @method static Builder|Setting whereCreatedAt($value)
* @method static Builder|Setting whereGroup($value)
* @method static Builder|Setting whereId($value)
* @method static Builder|Setting whereLocked($value)
* @method static Builder|Setting whereName($value)
* @method static Builder|Setting wherePayload($value)
* @method static Builder|Setting whereUpdatedAt($value)
* @mixin \Eloquent
*/
class Setting extends BaseModel implements HasMedia
Expand Down

0 comments on commit b3a805b

Please sign in to comment.