Skip to content

Commit f254380

Browse files
author
Andrey Helldar
authored
Removed final from resource stub
1 parent 52ddd63 commit f254380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/stubs/action.stub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
use Helldar\LaravelActions\Support\Actionable;
44

5-
final class DummyClass extends Actionable
5+
class DummyClass extends Actionable
66
{
77
/**
88
* Run the actions.

0 commit comments

Comments
 (0)