File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77use Illuminate \Support \Facades \Notification ;
88use ProcessMaker \Models \ProcessRequest ;
99use ProcessMaker \Models \ProcessRequestToken ;
10- use ProcessMaker \Notifications \ProcessCanceledNotification ;
1110use ProcessMaker \Nayra \Contracts \Bpmn \ActivityInterface ;
11+ use ProcessMaker \Notifications \ProcessCanceledNotification ;
1212use ProcessMaker \Repositories \ExecutionInstanceRepository ;
1313use ProcessMaker \Repositories \TokenRepository ;
1414
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ class RunNayraScriptTask implements ShouldQueue
3737 /**
3838 * Create a new job instance.
3939 *
40- * @param \ProcessMaker\Models\ ProcessRequestToken $token
40+ * @param ProcessRequestToken $token
4141 * @param array $data
4242 */
4343 public function __construct (TokenInterface $ token )
You can’t perform that action at this time.
0 commit comments