App\Http\Controllers\SelfUpdateController::__construct PHP Method

__construct() public method

SelfUpdateController constructor.
public __construct ( Codedge\Updater\UpdaterManager $updater )
$updater Codedge\Updater\UpdaterManager
    public function __construct(UpdaterManager $updater)
    {
        if (Utils::isNinjaProd()) {
            exit;
        }
        $this->updater = $updater;
    }