fix: Define table name for Peminjaman model

This commit is contained in:
2026-03-17 22:17:43 +07:00
parent 60eb58a6cf
commit c02bab3f0b

View File

@@ -7,6 +7,8 @@ use Illuminate\Database\Eloquent\Model;
class Peminjaman extends Model
{
protected $table = 'peminjamans';
use HasFactory;
protected $fillable = [