Skip to content
This repository was archived by the owner on May 12, 2022. It is now read-only.

Commit 29d115e

Browse files
author
Nik Barham
committed
Removed vardump!!
1 parent c764e88 commit 29d115e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Automatorm/Orm/Data.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,6 @@ public function joinCount($var, $where = [])
462462
$query_options->join(Schema::underscoreCase($pivot['connections'][0]['table']).' pivotjoin', ['id' => '`pivot`.`' . $pivot['connections'][0]['column'].'`']);
463463

464464
$clauses = [];
465-
var_dump($where);
466465
if ($where) foreach ($where as $clause_column => $clause_value)
467466
{
468467
// Rewrite $where clauses to insert `pivotjoin` table in column name

0 commit comments

Comments
 (0)