Skip to content

Commit

Permalink
Merge branch 'main' of github.com:kiwilan/steward-laravel
Browse files Browse the repository at this point in the history
  • Loading branch information
ewilan-riviere committed Jan 2, 2024
2 parents a166db9 + 1f20234 commit beb9be1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fix-php-code-style-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
ref: ${{ github.head_ref }}

- name: Fix PHP code style issues
uses: aglipanci/[email protected].0
uses: aglipanci/[email protected].1

- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v5
Expand Down
2 changes: 0 additions & 2 deletions src/Traits/HasRole.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@

namespace Kiwilan\Steward\Traits;

use BackedEnum;
use Illuminate\Database\Eloquent\Builder;
use Illuminate\Validation\Rules\Enum;
use Kiwilan\Steward\Enums\UserRoleEnum;
use UnitEnum;

/**
* Trait HasRole
Expand Down

0 comments on commit beb9be1

Please sign in to comment.