Skip to content

Commit

Permalink
better varnames
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer committed Mar 13, 2021
1 parent b5b9c63 commit 3802013
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functions/tips_preload/preload.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@

$classesToPreload = require $composerClassmap;

foreach ($classesToPreload as $class) {
require_once $class;
foreach ($classesToPreload as $class => $file) {
require_once $file;
}

0 comments on commit 3802013

Please sign in to comment.