Browse Source

Name dynamic finder prefix correctly

https://book.cakephp.org/3/en/orm/retrieving-data-and-resultsets.html#dynamic-finders
Marc Würth 5 years ago
parent
commit
c60d044d23
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/ORM/Table.php

+ 1 - 1
src/ORM/Table.php

@@ -2568,7 +2568,7 @@ class Table implements RepositoryInterface, EventListenerInterface, EventDispatc
     }
 
     /**
-     * Provides the dynamic findBy and findByAll methods.
+     * Provides the dynamic findBy and findAllBy methods.
      *
      * @param string $method The method name that was fired.
      * @param array $args List of arguments passed to the function.