Skip to content

Commit

Permalink
feat: Updated app/Models/Place.php
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] committed Mar 10, 2024
1 parent 93aeb8b commit 420436a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Models/Place.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

namespace App\Models;

use Illuminate\Database\Eloquent\Factories\HasFactory;

class Place extends \FamilyTree365\LaravelGedcom\Models\Place
{
use HasFactory;
}
use Illuminate\Database\Eloquent\Factories\HasFactory;

0 comments on commit 420436a

Please sign in to comment.