Skip to content

Commit

Permalink
Merge pull request #13 from Althinect:bugfix/permission-stub-namespac…
Browse files Browse the repository at this point in the history
…e-fix

fix: Correct namespace usage in permission.stub
  • Loading branch information
tharindarodrigo authored Jan 2, 2025
2 parents debf2a9 + c4a3718 commit 30f4eb4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/stubs/permission.stub
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<?php

namespace {{namespace}};
namespace Althinect\EnumPermission\Concerns\HasPermissionGroup;

use Althinect\EnumPermission\Concerns\HasPermissionGroup;

enum {{enumName}} : string
{
Expand Down

0 comments on commit 30f4eb4

Please sign in to comment.