Skip to content

Commit

Permalink
Changes argument for PHP8 compatibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonesiscoding committed Oct 8, 2021
1 parent 338856d commit 3402ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload_aliases.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ class_alias(str_replace('Propel\PropelBundle', 'Propel\Bundle\PropelBundle', $cl
}
}

spl_autoload_register('autoload_propel_aliases', false, true);
spl_autoload_register('autoload_propel_aliases', true, true);

0 comments on commit 3402ed3

Please sign in to comment.