Initial code of commit
This commit is contained in:
11
code/app/Model/Utility/Logs.php
Normal file
11
code/app/Model/Utility/Logs.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php namespace App\Model\Utility;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class Logs extends Model {
|
||||
|
||||
protected $table = 'logs';
|
||||
|
||||
protected $fillable = ['id','level'];
|
||||
|
||||
}
|
Reference in New Issue
Block a user