PATH:
home
/
lab2454c
/
vaultchip.com
/
platform
/
plugins
/
simple-slider
/
helpers
<?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); } }
[-] constants.php
[edit]
[+]
..
[-] common.php
[edit]