Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
marco76tv committed Nov 23, 2023
1 parent 4fe644b commit f754138
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Models/Setting.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
* @property string $group
* @property string $name
* @property int $locked
* @property mixed $payload
* @property string $payload
* @property \Illuminate\Support\Carbon|null $created_at
* @property \Illuminate\Support\Carbon|null $updated_at
* @property-read MediaCollection<int, \Modules\Media\Models\Media> $media
* @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()
Expand Down

0 comments on commit f754138

Please sign in to comment.