mirror of
https://github.com/snipe/snipe-it.git
synced 2026-02-06 01:35:47 +00:00
Additional doc blocks, added private_uploads path
This commit is contained in:
@ -1,4 +1,13 @@
|
||||
<?php
|
||||
/**
|
||||
* This controller handles all actions related to Status Labels 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