Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit 71a2299

Browse files
zombergnicolas-grekas
authored andcommitted
Fixed bugs in names of classes and methods.
1 parent f2589f8 commit 71a2299

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Acl/Resources/bin/generateSql.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
$finder = new Finder();
3838
$finder->name('*Platform.php')->in(dirname($reflection->getFileName()));
3939
foreach ($finder as $file) {
40-
require_once $file->getPathName();
40+
require_once $file->getPathname();
4141
$className = 'Doctrine\\DBAL\\Platforms\\'.$file->getBasename('.php');
4242

4343
$reflection = new ReflectionClass($className);

0 commit comments

Comments
 (0)