1
0
Fork 0
mirror of https://github.com/archtechx/jobpipeline.git synced 2025-12-13 12:04:04 +00:00
This commit is contained in:
Abrar Ahmad 2022-02-01 21:50:56 +05:00
parent 8bbed4fc29
commit 25f8d504e5
6 changed files with 228 additions and 40 deletions

View file

@ -1,5 +1,7 @@
<?php
declare(strict_types=1);
namespace Stancl\JobPipeline;
use Closure;