Skip to content

Commit

Permalink
Merge branch 'workflows' of github.com:sheffieldhackspace/Hackspace-M…
Browse files Browse the repository at this point in the history
…embership-Management-System into workflows
  • Loading branch information
LouiseMcMahon committed Jan 28, 2025
2 parents 17750af + 758e007 commit d97b082
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion app/Models/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ class User extends Authenticatable
getAllPermissions as protected traitGetAllPermissions;
}


protected $fillable = [
'email',
'password',
Expand Down
1 change: 0 additions & 1 deletion tests/Feature/Auth/PasswordUpdateTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace Tests\Feature\Auth;

use App\Http\Controllers\Auth\NewPasswordController;
use App\Http\Controllers\Auth\PasswordController;
use App\Models\User;
use Illuminate\Foundation\Testing\RefreshDatabase;
Expand Down

0 comments on commit d97b082

Please sign in to comment.