adds docblock
This commit is contained in:
parent
fc636ea888
commit
cd9d2d0cec
1 changed files with 9 additions and 0 deletions
|
@ -615,6 +615,15 @@ class UsersController extends Controller
|
||||||
->with('show_user', $show_user)
|
->with('show_user', $show_user)
|
||||||
->with('settings', Setting::getSettings());
|
->with('settings', Setting::getSettings());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Emails user a list of assigned assets
|
||||||
|
*
|
||||||
|
* @author [G. Martinez] [<godmartinz@gmail.com>]
|
||||||
|
* @since [v6.0.5]
|
||||||
|
* @param \App\Http\Controllers\Users\UsersController $id
|
||||||
|
* @return \Illuminate\Http\RedirectResponse
|
||||||
|
*/
|
||||||
public function emailAssetList($id)
|
public function emailAssetList($id)
|
||||||
{
|
{
|
||||||
$this->authorize('view', User::class);
|
$this->authorize('view', User::class);
|
||||||
|
|
Loading…
Add table
Reference in a new issue