mirror of
https://github.com/snipe/snipe-it.git
synced 2026-02-18 12:45:34 +00:00
Additional doc blocks, added private_uploads path
This commit is contained in:
@ -1,4 +1,12 @@
|
||||
<?php
|
||||
/**
|
||||
* This controller handles all actions related to Custom Asset Fields for
|
||||
* the Snipe-IT Asset Management application.
|
||||
*
|
||||
* PHP version 5.5.9
|
||||
* @package Snipe-IT
|
||||
* @version v2.0
|
||||
*/
|
||||
namespace App\Http\Controllers;
|
||||
|
||||
use View;
|
||||
|
||||
Reference in New Issue
Block a user