leenooks/readme.md
2018-05-20 11:57:49 +10:00

194 B

  • User Switch Add the following routes
Route::get( 'admin/switch/start/{id}', 'UserController@user_switch_start' );
Route::get( 'admin/switch/stop', 'UserController@user_switch_stop' );