Uploaded From CV. Swandhana Server
This commit is contained in:
14
app/XFiles.php
Normal file
14
app/XFiles.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace App;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class XFiles extends Model
|
||||
{
|
||||
protected $table = "x_files";
|
||||
protected $primaryKey = "xid";
|
||||
public $timestamps = false;
|
||||
protected $guarded = [];
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user