Skip to content

Commit d30405e

Browse files
authored
Merge pull request #4 from laradocs/main
Get the services provided by the provider.
2 parents 28e975b + ecf0598 commit d30405e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/AutoRouteServiceProvider.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,14 @@ protected function configPath(): string
5454
{
5555
return __DIR__ . '/../config/auto-route.php';
5656
}
57+
58+
/**
59+
* Get the services provided by the provider.
60+
*
61+
* @return array
62+
*/
63+
public function provides()
64+
{
65+
return [ AutoRoute::class ];
66+
}
5767
}

0 commit comments

Comments
 (0)