mirror of
https://github.com/snipe/snipe-it.git
synced 2026-02-10 05:15:54 +00:00
Additional doc blocks, added private_uploads path
This commit is contained in:
@ -1,4 +1,12 @@
|
||||
<?php
|
||||
/**
|
||||
* This controller handles all actions for users changing their email address in their profile
|
||||
* for the Snipe-IT Asset Management application.
|
||||
*
|
||||
* PHP version 5.5.9
|
||||
* @package Snipe-IT
|
||||
* @version v1.0
|
||||
*/
|
||||
namespace App\Http\Controllers;
|
||||
|
||||
use Input;
|
||||
|
||||
Reference in New Issue
Block a user