test 2 commit

This commit is contained in:
Arno Kaimbacher 2018-08-06 17:18:33 +02:00
parent 8dc1f1b048
commit 100f6db9a6
4 changed files with 13 additions and 24 deletions

View file

@ -16,7 +16,6 @@ class LicenseController extends Controller
public function __construct()
{
$this->middleware('auth');
$test = "test";
}
public function index() : View