source:
app/Models/PoliceStation.php@
6b10b67
Last change on this file since 6b10b67 was 6b10b67, checked in by , 10 months ago | |
---|---|
|
|
File size: 184 bytes |
Line | |
---|---|
1 | <?php |
2 | |
3 | namespace App\Models; |
4 | |
5 | use Illuminate\Database\Eloquent\Factories\HasFactory; |
6 | use Illuminate\Database\Eloquent\Model; |
7 | |
8 | class PoliceStation extends Model |
9 | { |
10 | use HasFactory; |
11 | } |
Note:
See TracBrowser
for help on using the repository browser.