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 f048ed7 commit 9c76de9Copy full SHA for 9c76de9
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