Skip to content

Commit e0d43b6

Browse files
authored
Fix abstract method name in PHP doc block
1 parent 5f762ac commit e0d43b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Loader/AnnotationClassLoader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
/**
2323
* AnnotationClassLoader loads routing information from a PHP class and its methods.
2424
*
25-
* You need to define an implementation for the getRouteDefaults() method. Most of the
25+
* You need to define an implementation for the configureRoute() method. Most of the
2626
* time, this method should define some PHP callable to be called for the route
2727
* (a controller in MVC speak).
2828
*

0 commit comments

Comments
 (0)