/
home
/
techb158
/
immovalet.com
/
platform
/
plugins
/
simple-slider
/
src
/
Models
/
/home/techb158/immovalet.com/platform/plugins/simple-slider/src/Models
mkdir
upload
Name
Size
Mode
Actions
SimpleSlider.php
1051
0644
edit
dl
rm
SimpleSliderItem.php
447
0644
edit
dl
rm
Edit:
/home/techb158/immovalet.com/platform/plugins/simple-slider/src/Models/SimpleSliderItem.php
(447B)
<?php namespace Botble\SimpleSlider\Models; use Botble\Base\Models\BaseModel; class SimpleSliderItem extends BaseModel { /** * The database table used by the model. * * @var string */ protected $table = 'simple_slider_items'; /** * @var array */ protected $fillable = [ 'title', 'description', 'link', 'image', 'order', 'simple_slider_id', ]; }
Save
cmd:
run