Skip to content

Commit

Permalink
代码格式
Browse files Browse the repository at this point in the history
  • Loading branch information
yunwuxin committed Apr 6, 2020
1 parent 98c6dbd commit 55bb35d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/InteractsWithRoute.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ protected function registerAnnotationRoute()

protected function scanDir($dir)
{
foreach (ClassMapGenerator::createMap($dir) as $class=>$path) {
foreach (ClassMapGenerator::createMap($dir) as $class => $path) {
$refClass = new ReflectionClass($class);
$routeGroup = false;
$routeMiddleware = [];
Expand Down

0 comments on commit 55bb35d

Please sign in to comment.