/
home
/
techb158
/
immovalet.com
/
platform
/
plugins
/
simple-slider
/
helpers
/
/home/techb158/immovalet.com/platform/plugins/simple-slider/helpers
mkdir
upload
Name
Size
Mode
Actions
common.php
339
0644
edit
dl
rm
constants.php
385
0644
edit
dl
rm
Edit:
/home/techb158/immovalet.com/platform/plugins/simple-slider/helpers/common.php
(339B)
<?php use Botble\SimpleSlider\Repositories\Interfaces\SimpleSliderInterface; if (!function_exists('get_all_simple_sliders')) { /** * @param array $condition * @return mixed */ function get_all_simple_sliders(array $condition = []) { return app(SimpleSliderInterface::class)->allBy($condition); } }
Save
allBy($condition); } }