Skip to content

Commit

Permalink
Fix error - Cannot make function providerOf static
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandra Nantel committed Oct 10, 2018
1 parent 540d9d7 commit 678a07d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extension.driver.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public static function registerProviders()
return true;
}

public static function providerOf($type = null)
public function providerOf($type = null)
{
self::registerProviders();

Expand Down Expand Up @@ -72,5 +72,5 @@ public function uninstall()
{
Symphony::Configuration()->remove('remote_datasource');
}

}

0 comments on commit 678a07d

Please sign in to comment.