1 | <?php |
||
18 | class HomeController extends Controller |
||
19 | { |
||
20 | |||
21 | /** |
||
22 | * HomeController constructor. |
||
23 | */ |
||
24 | public function __construct() |
||
28 | |||
29 | |||
30 | /** |
||
31 | * @return \Illuminate\Contracts\View\Factory|\Illuminate\View\View |
||
32 | */ |
||
33 | public function index() |
||
40 | |||
41 | /** |
||
42 | * @return string |
||
43 | */ |
||
44 | public function getCompaniesInfoFromDB() |
||
52 | } |