Skip to content

Commit

Permalink
Merge pull request #339 from localheinz/fix/undefined-class
Browse files Browse the repository at this point in the history
Fix: Undefined class
  • Loading branch information
mikeSimonson committed Aug 18, 2015
2 parents dd8b694 + 9447da4 commit 0fe6acf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ interface MigrationFinderInterface
*
* @param string $directory The directory in which to look for migrations
* @param string|null $namespace The namespace of the classes to load
* @throws InvalidArgumentException if the directory does not exist
* @throws \InvalidArgumentException if the directory does not exist
* @return string[] An array of class names that were found with the version
* as keys.
*/
Expand Down

0 comments on commit 0fe6acf

Please sign in to comment.