mirror of
https://github.com/flarum/core.git
synced 2025-10-18 18:26:07 +02:00
Change Extenders properties to private (#1958)
This commit is contained in:
@@ -17,7 +17,7 @@ use Illuminate\Events\Dispatcher;
|
||||
|
||||
class Formatter implements ExtenderInterface, LifecycleInterface
|
||||
{
|
||||
protected $callback;
|
||||
private $callback;
|
||||
|
||||
public function configure($callback)
|
||||
{
|
||||
|
Reference in New Issue
Block a user