fix: remove duplicate onApiRoutes method in Boot.php
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
e894cd3a7a
commit
b75340b7fa
1 changed files with 0 additions and 8 deletions
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue