Refactor navigation icon declarations in various resources for consistency; enhance Group model with new relationships and fillable properties; update Hotel and Pilgrim models with fillable attributes; improve table configurations across resources.
This commit is contained in:
@@ -9,12 +9,12 @@ use Illuminate\Database\Eloquent\Relations\HasMany;
|
||||
class Hotel extends Model
|
||||
{
|
||||
use HasFactory;
|
||||
|
||||
|
||||
/**
|
||||
* @return array<string, string>
|
||||
*/
|
||||
protected function casts(): array
|
||||
{
|
||||
{
|
||||
return [
|
||||
'images' => 'array',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user