Uploaded From CV. Swandhana Server
This commit is contained in:
4
app/Iseng.php
Normal file
4
app/Iseng.php
Normal file
@@ -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