bound(ConcurrencyErrorDetectorContract::class) ? $container[ConcurrencyErrorDetectorContract::class] : new ConcurrencyErrorDetector(); return $detector->causedByConcurrencyError($e); } }