/
home
/
pay
/
server
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Foundation
/
Bus
/
File Upload :
llllll
Current File: //home/pay/server/vendor/laravel/framework/src/Illuminate/Foundation/Bus/PendingClosureDispatch.php
<?php namespace Illuminate\Foundation\Bus; use Closure; class PendingClosureDispatch extends PendingDispatch { /** * Add a callback to be executed if the job fails. * * @param \Closure $callback * @return $this */ public function catch(Closure $callback) { $this->job->onFailure($callback); return $this; } }
Copyright ©2k19 -
Hexid
|
Tex7ure