SupervisonComments.php 230 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 <?php namespace App\Models; use Illuminate\Database\Eloquent\Model; use Auth; class SupervisonComments extends Model{ protected $table = 'supervisor_comments'; //protected $fillable = array('status','data','log','group'); }