Improving view
This commit is contained in:
@@ -10,7 +10,7 @@ class AccessLog extends Model
|
||||
use SoftDeletes;
|
||||
|
||||
protected $fillable = [
|
||||
'siswa_id',
|
||||
'siswa_id', 'src',
|
||||
];
|
||||
|
||||
protected $with = [ 'siswa' ];
|
||||
|
||||
Reference in New Issue
Block a user