Skip to content

Commit

Permalink
Call the hook after instead
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmcclean authored Feb 17, 2025
1 parent cc01c80 commit da8ab60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/Commands/Multisite.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public function handle()
->addPermissions()
->clearCache();

$this->runHooks('end');
$this->runHooks('after');

$this->components->info('Successfully converted from single to multisite installation!');

Expand Down

0 comments on commit da8ab60

Please sign in to comment.