fix: Define table name for Peminjaman model
This commit is contained in:
@@ -7,6 +7,8 @@ use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class Peminjaman extends Model
|
||||
{
|
||||
protected $table = 'peminjamans';
|
||||
|
||||
use HasFactory;
|
||||
|
||||
protected $fillable = [
|
||||
|
||||
Reference in New Issue
Block a user