Bristol SU Support Package
ActionManager.php
Go to the documentation of this file.
1 <?php
2 
4 
5 use BristolSU\Support\Action\Contracts\ActionManager as ActionManagerContract;
7 
15 class ActionManager extends Facade
16 {
17 
23  protected static function getFacadeAccessor()
24  {
25  return ActionManagerContract::class;
26  }
27 
28 }