Files
UNIT3D-Community-Edition/app/Models/Upload.php
T
HDVinnie 54667e7afa Apply fixes from StyleCI
[ci skip] [skip ci]
2019-12-07 19:58:40 +07:00

30 lines
770 B
PHP
Executable File

<?php
/**
* NOTICE OF LICENSE.
*
* UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0
* The details is bundled with this project in the file LICENSE.txt.
*
* @project UNIT3D
*
* @license https://www.gnu.org/licenses/agpl-3.0.en.html/ GNU Affero General Public License v3.0
* @author HDVinnie
*/
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
/**
* App\Models\Upload.
*
* @method static \Illuminate\Database\Eloquent\Builder|\App\Models\Upload newModelQuery()
* @method static \Illuminate\Database\Eloquent\Builder|\App\Models\Upload newQuery()
* @method static \Illuminate\Database\Eloquent\Builder|\App\Models\Upload query()
* @mixin \Eloquent
*/
class Upload extends Model
{
//
}