Delete AppServiceProvider doc comments

This commit is contained in:
NoAvatar 2024-10-16 02:50:59 +10:00
parent 128003a94c
commit e33d012347

View File

@ -6,17 +6,11 @@
class AppServiceProvider extends ServiceProvider class AppServiceProvider extends ServiceProvider
{ {
/**
* Register any application services.
*/
public function register(): void public function register(): void
{ {
// //
} }
/**
* Bootstrap any application services.
*/
public function boot(): void public function boot(): void
{ {
// //