ubah ke docker mode
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
<?php namespace App; use Illuminate\Database\Eloquent\Model; class Iseng extends Model { protected $table = "tabeliseng"; public $timestamps = false;
|
||||
protected $fillable = [
|
||||
'msg' ];
|
||||
}
|
||||
Reference in New Issue
Block a user