Version 1.0.0
This commit is contained in:
15
app/Models/Footer.php
Normal file
15
app/Models/Footer.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class Footer extends Model
|
||||
{
|
||||
protected $fillable = ['wosp_link', 'links', 'registration_hours'];
|
||||
|
||||
protected $casts = [
|
||||
'links' => 'array',
|
||||
'registration_hours' => 'array',
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user