1
0
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:
Matt Kilgore
2020-03-17 17:37:17 -04:00
committed by GitHub
parent a854fa8bcb
commit fb277df3b0
6 changed files with 16 additions and 16 deletions

View File

@@ -17,7 +17,7 @@ use Illuminate\Events\Dispatcher;
class Formatter implements ExtenderInterface, LifecycleInterface
{
protected $callback;
private $callback;
public function configure($callback)
{