Create CI testing
This commit is contained in:
@@ -11,4 +11,14 @@ class HomeController extends Controller
|
||||
return view('domain.view')
|
||||
->with('o',$o);
|
||||
}
|
||||
|
||||
/**
|
||||
* System Setup
|
||||
*
|
||||
* @note: Protected by Route
|
||||
*/
|
||||
public function setup()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user