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 540d9d7 commit 678a07dCopy full SHA for 678a07d
extension.driver.php
@@ -18,7 +18,7 @@ public static function registerProviders()
18
return true;
19
}
20
21
- public static function providerOf($type = null)
+ public function providerOf($type = null)
22
{
23
self::registerProviders();
24
@@ -72,5 +72,5 @@ public function uninstall()
72
73
Symphony::Configuration()->remove('remote_datasource');
74
75
-
+
76
0 commit comments