Skip to content

Commit

Permalink
Hotfix: autoloading class name.
Browse files Browse the repository at this point in the history
  • Loading branch information
szainmehdi committed Jan 29, 2020
1 parent 534b574 commit 61bb61f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Providers/FluentServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ private function getMappingClasses(string $path): array
}

if ($class->implementsInterface(Mapping::class)) {
$mappings[] = $className;
$mappings[] = $class->getName();
}
}

Expand Down

0 comments on commit 61bb61f

Please sign in to comment.