Skip to content

Commit

Permalink
Update AsayDevLaraTicketsServiceProvider.php
Browse files Browse the repository at this point in the history
  • Loading branch information
abdosaeedelhassan authored Jun 9, 2022
1 parent b0e394c commit c920d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AsayDevLaraTicketsServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public function boot()
if(config("laratickets.user_model")){
class_alias(config("laratickets.user_model"), 'AsayDev\LaraTickets\Models\ParentUserModel');
}else{
class_alias('App\User', 'AsayDev\LaraTickets\Models\ParentUserModel');
class_alias('App\Models\User', 'AsayDev\LaraTickets\Models\ParentUserModel');
}

}
Expand Down

0 comments on commit c920d12

Please # to comment.