REBELinBLUE\Deployer\Http\Controllers\Resources\HeartbeatController::__construct PHP Метод

__construct() публичный Метод

HeartbeatController constructor.
public __construct ( REBELinBLUE\Deployer\Contracts\Repositories\HeartbeatRepositoryInterface $repository )
$repository REBELinBLUE\Deployer\Contracts\Repositories\HeartbeatRepositoryInterface
    public function __construct(HeartbeatRepositoryInterface $repository)
    {
        $this->repository = $repository;
    }