Skip to content

Commit

Permalink
Another missing change
Browse files Browse the repository at this point in the history
  • Loading branch information
theveloperspl committed Aug 30, 2023
1 parent 02d1fd5 commit 6bc6c3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Events/UserLevelledUp.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

namespace LevelUp\Experience\Events;

use Illuminate\Database\Eloquent\Model;
use App\Models\User;
use Illuminate\Foundation\Events\Dispatchable;

class UserLevelledUp
{
use Dispatchable;

public function __construct(
public Model $user,
public User $user,
public int $level
) {
}
Expand Down

0 comments on commit 6bc6c3f

Please sign in to comment.