Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
marco76tv committed Mar 11, 2024
1 parent 514a3a2 commit 7100afa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Models/Setting.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
* @property \Illuminate\Support\Carbon|null $updated_at
* @property MediaCollection<int, Media> $media
* @property 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()
Expand All @@ -36,7 +35,6 @@
* @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 7100afa

Please sign in to comment.