diff --git a/src/php/Boot.php b/src/php/Boot.php index 1e13af4..308bec2 100644 --- a/src/php/Boot.php +++ b/src/php/Boot.php @@ -167,14 +167,6 @@ class Boot extends ServiceProvider // in the existing boot() method until we migrate to pure event-driven nav. } - /** - * Handle API routes registration event. - */ - public function onApiRoutes(ApiRoutesRegistering $event): void - { - $event->routes(fn () => require __DIR__.'/Routes/api.php'); - } - /** * Handle console booting event. */