Improving view

This commit is contained in:
Gregorio Chiko Putra
2019-05-15 16:16:21 +07:00
parent dbe517c1fc
commit 5839165531
18 changed files with 2895 additions and 120 deletions

View File

@@ -10,7 +10,7 @@ class AccessLog extends Model
use SoftDeletes;
protected $fillable = [
'siswa_id',
'siswa_id', 'src',
];
protected $with = [ 'siswa' ];