Skip to content

Commit

Permalink
Merge pull request #36 from MariaInsyt/arthur
Browse files Browse the repository at this point in the history
Remove district_id field from Billboard model
  • Loading branch information
kyagie committed Mar 6, 2024
2 parents d46782e + acdf83a commit 74b716d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/Models/Billboard.php
Expand Up @@ -40,7 +40,6 @@ public static function boot()
'deleted_at',
'created_by',
'updated_at',
'district_id',
];

protected $casts = [
Expand Down

0 comments on commit 74b716d

Please sign in to comment.