/
home
/
techb158
/
immovalet.com
/
vendor
/
botble
/
widget
/
src
/
Repositories
/
Interfaces
/
/home/techb158/immovalet.com/vendor/botble/widget/src/Repositories/Interfaces
mkdir
upload
Name
Size
Mode
Actions
WidgetInterface.php
314
0644
edit
dl
rm
Edit:
/home/techb158/immovalet.com/vendor/botble/widget/src/Repositories/Interfaces/WidgetInterface.php
(314B)
<?php namespace Botble\Widget\Repositories\Interfaces; use Botble\Support\Repositories\Interfaces\RepositoryInterface; interface WidgetInterface extends RepositoryInterface { /** * Get all theme widgets * @param string $theme * @return mixed */ public function getByTheme($theme); }
Save
cmd:
run