Skip to content

Commit

Permalink
Fix docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
homotechsual committed Mar 13, 2021
1 parent f8e8706 commit cfab3bd
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Civi/Api4/Action/System/ResetPaths.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,7 @@
namespace Civi\Api4\Action\System;

/**
* Clear CiviCRM caches, and optionally rebuild triggers and reset sessions.
*
* @method bool getTriggers
* @method $this setTriggers(bool $triggers)
* @method bool getSession
* @method $this setSession(bool $session)
* Reset paths using doSiteMove().
*/
class ResetPaths extends \Civi\Api4\Generic\AbstractAction {

Expand Down

0 comments on commit cfab3bd

Please sign in to comment.