Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtorres authored and github-actions[bot] committed Dec 23, 2023
1 parent 012094a commit eb51af1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Models/Location.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,14 @@ class Location extends Model
'lat',
'lng',
];

protected $guarded = [];

protected static function newFactory()
{
return app(LocationFactory::class);
}

public function name(): Attribute
{
return new Attribute(
Expand Down

0 comments on commit eb51af1

Please sign in to comment.