Create CI testing

This commit is contained in:
Deon George
2021-06-15 22:19:14 +10:00
parent 4011b2a82d
commit 292040cef7
14 changed files with 356 additions and 44 deletions

View File

@@ -11,4 +11,14 @@ class HomeController extends Controller
return view('domain.view')
->with('o',$o);
}
/**
* System Setup
*
* @note: Protected by Route
*/
public function setup()
{
}
}