first commit, after modifying client section
This commit is contained in:
13
app/Models/SamComment.php
Executable file
13
app/Models/SamComment.php
Executable file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class SamComment extends Model
|
||||
{
|
||||
protected $guarded = array('id');
|
||||
public $table = "sam_comments";
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user