This commit is contained in:
afiq
2021-09-28 10:03:01 +08:00
parent 5ac8c01a71
commit fa7649d9d9
6 changed files with 335 additions and 74 deletions
+11
View File
@@ -0,0 +1,11 @@
<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
class Audit extends Model
{
protected $table = 'audit';
protected $connection = 'mysql7';
}