We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efe78a8 commit 3d5fa5fCopy full SHA for 3d5fa5f
src/DoctrineServiceProvider.php
@@ -88,6 +88,7 @@ protected function ensureValidatorIsUsable()
88
if (!$this->isLumen()) {
89
return;
90
}
91
+ assert(property_exists($this->app, 'availableBindings'));
92
93
if ($this->shouldRegisterDoctrinePresenceValidator()) {
94
// due to weirdness the default presence verifier overrides one set by a service provider
0 commit comments