| Total Complexity | 4 |
| Total Lines | 21 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 16 | class DeveloperMiscellaneousController extends Controller |
||
| 17 | { |
||
| 18 | private $view = "crudbooster::dev_layouts.modules.miscellaneous"; |
||
| 19 | |||
| 20 | public function __construct() |
||
| 23 | } |
||
| 24 | |||
| 25 | public function getIndex() { |
||
| 26 | $data = []; |
||
| 27 | return view($this->view.".index",$data); |
||
| 28 | } |
||
| 29 | |||
| 30 | public function postSave() |
||
| 37 | } |
||
| 38 | } |