Skip to content

Commit

Permalink
Prevent fatal error with Symphony > 2.7.7 (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-e authored and nitriques committed Mar 1, 2019
1 parent 71be057 commit 4e3f2d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension.driver.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
class Extension_Remote_Datasource extends Extension
{

private static $provides = array();
protected static $provides = array();

public static function registerProviders()
{
Expand Down

0 comments on commit 4e3f2d3

Please sign in to comment.