*/ protected $fillable = [ 'name', 'level', 'address', 'telephone', 'email', 'logo', 'website', 'description' ]; /** * The attributes that should be cast. * * @var array */ protected $casts = [ 'id' => 'integer', ]; }