Skip to content

Commit 9c76de9

Browse files
author
Alexandra Nantel
committed
Fix error - Cannot make function providerOf static
1 parent f048ed7 commit 9c76de9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extension.driver.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public static function registerProviders()
1818
return true;
1919
}
2020

21-
public static function providerOf($type = null)
21+
public function providerOf($type = null)
2222
{
2323
self::registerProviders();
2424

@@ -72,5 +72,5 @@ public function uninstall()
7272
{
7373
Symphony::Configuration()->remove('remote_datasource');
7474
}
75-
75+
7676
}

0 commit comments

Comments
 (0)