Total Complexity | 3 |
Total Lines | 26 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
16 | class DeveloperMailController extends Controller |
||
17 | { |
||
18 | private $view = "crudbooster::dev_layouts.modules.mail"; |
||
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() |
||
42 | } |
||
43 | } |