Skip to content

Commit

Permalink
fix Hook
Browse files Browse the repository at this point in the history
  • Loading branch information
stonebuzz committed Feb 21, 2024
1 parent 1118d3d commit 50c8c60
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions hook.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ function plugin_deploy_install()
PackageCheck::install($migration);
PackageFile::install($migration);
Package::install($migration);
PackageTimeslot::install($migration);
PackageJob::install($migration);
PackageTarget::install($migration);
Profile::install($migration);
Expand All @@ -111,7 +110,6 @@ function plugin_deploy_uninstall()
$migration = new Migration(PLUGIN_DEPLOY_VERSION);

PackageTarget::uninstall($migration);
PackageTimeslot::uninstall($migration);
Package::uninstall($migration);
PackageJob::uninstall($migration);
PackageTarget::uninstall($migration);
Expand Down

0 comments on commit 50c8c60

Please sign in to comment.