added tests to develop branch.
This commit is contained in:
8
tests/bundles/dashboard/routes.php
Normal file
8
tests/bundles/dashboard/routes.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
Route::get('dashboard', array('as' => 'dashboard', function()
|
||||
{
|
||||
//
|
||||
}));
|
||||
|
||||
Route::controller('dashboard::panel');
|
||||
Reference in New Issue
Block a user