deprecatedNotice(); } protected function deprecatedNotice(): void { if ($this->app->environment() == 'local' && $this->app->hasDebugModeEnabled()) { throw new Exception("JobBatchBootstrapper is not supported anymore, please remove it from your tenancy config. Job batches should work out of the box in Laravel 11. If they don't, please open a bug report."); } } public function revert(): void { $this->deprecatedNotice(); } }