Skip to content

Commit 3402ed3

Browse files
committed
Changes argument for PHP8 compatibility.
1 parent 338856d commit 3402ed3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

autoload_aliases.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ class_alias(str_replace('Propel\PropelBundle', 'Propel\Bundle\PropelBundle', $cl
66
}
77
}
88

9-
spl_autoload_register('autoload_propel_aliases', false, true);
9+
spl_autoload_register('autoload_propel_aliases', true, true);

0 commit comments

Comments
 (0)