Skip to content

Commit 08e961c

Browse files
committed
Fire event as default Laravel behavior
1 parent 2695072 commit 08e961c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Darryldecode/Cart/Cart.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -763,6 +763,6 @@ public function setThousandsSep($thousands_sep)
763763
*/
764764
protected function fireEvent($name, $value = [])
765765
{
766-
return $this->events->fire($this->getInstanceName() . '.' . $name, array_values([$value, $this]), true);
766+
return $this->events->fire($this->getInstanceName() . '.' . $name, array_values([$value, $this]));
767767
}
768768
}

0 commit comments

Comments
 (0)