Flarum\Api\Controller\UpdateDiscussionController::__construct PHP Method

__construct() public method

public __construct ( Illuminate\Contracts\Bus\Dispatcher $bus )
$bus Illuminate\Contracts\Bus\Dispatcher
    public function __construct(Dispatcher $bus)
    {
        $this->bus = $bus;
    }
UpdateDiscussionController