Skip to content

Commit fc8483f

Browse files
Artisan, Time, Helpers Upgrade
1 parent 5dadb6d commit fc8483f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Capsule/Dummy/dummyTame.dum

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ $artisan = new Tamedevelopers\Support\Capsule\Artisan();
3434
* Register the default Support Command Name
3535
*/
3636
$artisan->registerAll([
37-
'make', new Tamedevelopers\Support\Commands\MakeCommand, 'Make Artisans'
37+
new Tamedevelopers\Support\Commands\MakeCommand,
38+
new Tamedevelopers\Support\Commands\ProcessorCommand,
3839
]);
3940

4041

0 commit comments

Comments
 (0)