Skip to content

Commit 550dc1c

Browse files
committed
Add service provider
1 parent a944469 commit 550dc1c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

bootstrap/providers.php

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
3+
// only for testing, to support the artisan mock
4+
5+
return [
6+
Vectorial1024\LaravelProcessAsync\BackgroundAsyncServiceProvider::class,
7+
];

0 commit comments

Comments
 (0)