app->register(SchoolContextServiceProvider::class); $this->app->register(SchoolCoreAttendanceServiceProvider::class); $this->app->register(SchoolCoreFinanceServiceProvider::class); $this->app->register(SchoolCoreStudentServiceProvider::class); $this->app->register(SchoolCoreCommunicationServiceProvider::class); $this->app->register(SchoolCoreReportingServiceProvider::class); $this->app->register(IslamicSundaySchoolServiceProvider::class); } public function boot(): void { // } }