Skip to content

Commit

Permalink
Update Interceptor generator template
Browse files Browse the repository at this point in the history
Closes gh-804
  • Loading branch information
rainboyan committed Dec 16, 2024
1 parent 8ce6d01 commit 392d2d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package $packageName

class $className {
class ${className}Interceptor {
boolean before() { true }

Expand Down

0 comments on commit 392d2d8

Please sign in to comment.