Cachet/routes/web.php
Graham Campbell 278a7b7b36 Applied fixes from StyleCI
[ci skip] [skip ci]
2016-10-19 07:54:08 +00:00

16 lines
277 B
PHP
Executable File

<?php
/*
* This file is part of Cachet.
*
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
Route::get('/', function () {
return view('welcome');
});