diff --git a/src/Concerns/EnsuresIntegrity.php b/src/Concerns/EnsuresIntegrity.php index 20eae0be..19a44b7a 100644 --- a/src/Concerns/EnsuresIntegrity.php +++ b/src/Concerns/EnsuresIntegrity.php @@ -12,7 +12,7 @@ trait EnsuresIntegrity protected function mutex(Closure $callback, $timeout = 10): mixed { return $callback(); - + if (! property_exists($this, 'repository')) { return $callback(); }