Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Flarum
Api
Controller
DeleteAvatarController
__construct
Flarum\Api\Controller\DeleteAvatarController::__construct PHP Method
DeleteAvatarController Class Documentation
Mostrar archivo
Open project: flarum/core
__construct()
public
method
public
__construct
(
Illuminate\Contracts\Bus\Dispatcher
$bus
)
$bus
Illuminate\Contracts\Bus\Dispatcher
public function __construct(Dispatcher $bus) { $this->bus = $bus; }
DeleteAvatarController
__construct
data