Fixed docblock copypasta

This commit is contained in:
snipe 2017-10-25 20:23:59 -07:00
parent e8d938e188
commit b083541723

View file

@ -144,10 +144,11 @@ class ProfileController extends Controller
} }
/** /**
* Returns a page with the API token generation interface. * Save the menu state of open/closed when the user clicks on the hamburger
* menu.
* *
* We created a controller method for this because closures aren't allowed * This URL is triggered via jquery in
* in the routes file if you want to be able to cache the routes. * resources/views/layouts/default.blade.php
* *
* @author [A. Gianotto] [<snipe@snipe.net>] * @author [A. Gianotto] [<snipe@snipe.net>]
* @since [v4.0] * @since [v4.0]