fix: remove duplicate onApiRoutes method in Boot.php

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Snider 2026-03-09 19:01:34 +00:00
parent e894cd3a7a
commit b75340b7fa

View file

@ -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.
*/