Skip to content

Commit 834aae9

Browse files
authored
missing use Exception;
1 parent 5155e5b commit 834aae9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

templates/default/controller.stub

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
namespace [% namespace %];
44

55
[% use_command_placeholder %]
6+
use Exception;
67

78
class [% controller_name %] [% controller_extends %]
89
{
@@ -137,4 +138,4 @@ class [% controller_name %] [% controller_extends %]
137138
[% affirm_method %]
138139
[% get_data_method %]
139140
[% upload_method %]
140-
}
141+
}

0 commit comments

Comments
 (0)