Skip to content

Commit 4e3f2d3

Browse files
michael-enitriques
authored andcommitted
Prevent fatal error with Symphony > 2.7.7 (#44)
Re: symphonycms/symphonycms#2874
1 parent 71be057 commit 4e3f2d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extension.driver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
class Extension_Remote_Datasource extends Extension
66
{
77

8-
private static $provides = array();
8+
protected static $provides = array();
99

1010
public static function registerProviders()
1111
{

0 commit comments

Comments
 (0)