initial commit
This commit is contained in:
13
think.greaterchiangmai.com/app/Models/FileVideoModel.php
Normal file
13
think.greaterchiangmai.com/app/Models/FileVideoModel.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class FileVideoModel extends Model
|
||||
{
|
||||
public $timestamps = false;
|
||||
protected $table = 'file_video';
|
||||
protected $primaryKey = 'id';
|
||||
protected $fillable = [];
|
||||
}
|
||||
Reference in New Issue
Block a user