keluar lelong & moratorium

This commit is contained in:
afiq
2021-09-03 02:28:17 +08:00
parent 3e342f0e4c
commit 83b2c4971c
5 changed files with 70 additions and 2 deletions
+27
View File
@@ -0,0 +1,27 @@
<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
class Moratorium extends Model
{
protected $table = 'moratorium';
protected $connection = 'mysql7';
/**
* The attributes that are mass assignable.
*
* @var array
*/
// protected $fillable = [
// ];
/**
* The attributes excluded from the model's JSON form.
*
* @var array
*/
// protected $hidden = [];
}