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
REBELinBLUE
Deployer
Jobs
UpdateGitMirror
PHP Class REBELinBLUE\Deployer\Jobs\UpdateGitMirror
Inheritance:
extends
Job
,
use trait
Illuminate\Queue\InteractsWithQueue
,
use trait
Illuminate\Queue\SerializesModels
,
use trait
Illuminate\Foundation\Bus\DispatchesJobs
Mostrar archivo
Open project: rebelinblue/deployer
Public Methods
Method
Description
__construct
(
Project
$project
)
UpdateGitMirror constructor.
handle
( )
Execute the job.
Method Details
__construct()
public
method
UpdateGitMirror constructor.
public
__construct
(
Project
$project
)
$project
REBELinBLUE\Deployer\Project
handle()
public
method
Execute the job.
public
handle
( )