Uploaded From CV. Swandhana Server
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace App;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class Ruangan extends Model
|
||||
{
|
||||
protected $table = "ruangan";
|
||||
protected $fillable = [
|
||||
'poli',
|
||||
'ruangan'
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user