update v1.0.3.3
This commit is contained in:
9
app/Model/kb/Side2.php
Normal file
9
app/Model/kb/Side2.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php namespace App\Model\kb;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class Side2 extends Model {
|
||||
|
||||
protected $table = 'side2';
|
||||
protected $fillable = ['title', 'content'];
|
||||
}
|
||||
Reference in New Issue
Block a user