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

7 lines
194 B
Markdown

* 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' );
```