We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b430848 commit f09f3cfCopy full SHA for f09f3cf
src/stubs/action.stub
@@ -5,7 +5,6 @@ declare(strict_types=1);
5
namespace {{ namespace }};
6
7
{{ import_model }}
8
-use Throwable;
9
10
final class {{ class }}
11
{
src/stubs/action_transaction.stub
@@ -6,7 +6,6 @@ namespace {{ namespace }};
use Illuminate\Support\Facades\DB;
12
0 commit comments