no message
This commit is contained in:
parent
02e1c457eb
commit
0e845c62c3
19
app/Models/Me.php
Executable file
19
app/Models/Me.php
Executable file
@ -0,0 +1,19 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace App\Models;
|
||||||
|
|
||||||
|
use Illuminate\Database\Eloquent\Model;
|
||||||
|
|
||||||
|
class Me extends Model
|
||||||
|
{
|
||||||
|
protected $table = 'me';
|
||||||
|
public $timestamps = false;
|
||||||
|
|
||||||
|
protected $fillable = [
|
||||||
|
'rag',
|
||||||
|
'class',
|
||||||
|
];
|
||||||
|
|
||||||
|
// public static function
|
||||||
|
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user