CURRENT PATH:
/
home
/
u451283037
/
domains
/
indrenisahakari.org.np
/
public_html
/
app
/
KEMBALI
|
HOME
Upload File Local:
Upload
Upload via URL:
Download
Dir Baru
File Baru
Editing:
Download.php
<?php namespace App; use Illuminate\Database\Eloquent\Model; use Illuminate\Notifications\Notifiable; class Download extends Model { use Notifiable; protected $fillable=['Title', 'File','Description']; }
SIMPAN
BATAL