Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinDev committed Nov 16, 2021
1 parent 7e572ac commit 1863373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/installer/src/PostAutoloadDump.php
Expand Up @@ -32,7 +32,7 @@ private static function runUpdate(string $package): void
&& 'install' !== basename($script, '.php')
) {
echo '~ Executing '.$package.' update ('.$i++.').'.\chr(10);
$className = 'Pushword\\'.$package.'\\Installer\\'.basename($script, '.php');
$className = '\\Pushword\\'.$package.'\\Installer\\'.basename($script, '.php');
(new $className())->run(); // @phpstan-ignore-line

// TODO find a way to use autowiring
Expand Down

0 comments on commit 1863373

Please sign in to comment.