Skip to content

Commit

Permalink
Add optional parameter to IAppManager::installApp
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepDiver1975 committed Jul 6, 2017
1 parent a659a83 commit 7d6b25a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/public/App/IAppManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,11 @@ public function getAlwaysEnabledApps();

/**
* @param string $package
* @param bool $skipMigrations whether to skip migrations, which would only install the code
* @return mixed
* @since 10.0
*/
public function installApp($package);
public function installApp($package, $skipMigrations = false);

/**
* @param string $package
Expand Down

0 comments on commit 7d6b25a

Please sign in to comment.