mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
Make controller accessible for extensibility
This commit is contained in:
parent
9deee689c7
commit
5484f67c5a
@ -28,7 +28,7 @@ abstract class WidgetBase
|
||||
/**
|
||||
* @var Backend\Classes\Controller Backend controller object.
|
||||
*/
|
||||
protected $controller;
|
||||
public $controller;
|
||||
|
||||
/**
|
||||
* @var string A unique alias to identify this widget.
|
||||
|
Loading…
x
Reference in New Issue
Block a user