ubah ke docker mode
This commit is contained in:
11
htdocs/app/SIMBHPReport.php
Normal file
11
htdocs/app/SIMBHPReport.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace App;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class SIMBHPReport extends Model
|
||||
{
|
||||
protected $table = "simbhpreport";
|
||||
protected $guarded = [];
|
||||
}
|
||||
Reference in New Issue
Block a user