Skip to content

Commit

Permalink
add observer back in
Browse files Browse the repository at this point in the history
  • Loading branch information
Thiritin committed Aug 31, 2023
1 parent 02806b9 commit 7a15192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Providers/AppServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ public function boot(): void
->baseUrl(config('services.attsrv.url'));
});

//User::observe(\App\Observers\UserObserver::class);
User::observe(\App\Observers\UserObserver::class);
}
}

0 comments on commit 7a15192

Please sign in to comment.