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 ba94673 commit d991965Copy full SHA for d991965
1 file changed
packages/discovery/src/RegistryWasNotSet.php
@@ -8,6 +8,6 @@ final class RegistryWasNotSet extends Exception
8
{
9
public function __construct()
10
11
- parent::__construct("No registry was set, did you forget to call `DiscoveryDiscovery::setRegistry()`?");
+ parent::__construct('No registry was set, did you forget to call `DiscoveryDiscovery::setRegistry()`?');
12
}
13
-}
+}
0 commit comments