Skip to content

Commit

Permalink
fix: updated class to interface
Browse files Browse the repository at this point in the history
  • Loading branch information
rupeshstha committed Sep 5, 2024
1 parent dabad7f commit 28bea59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/stubs/interface.stub
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace $CLASS_NAMESPACE$;

class $CLASS$
interface $CLASS$
{

}

0 comments on commit 28bea59

Please sign in to comment.