| Total Complexity | 1 | 
| Total Lines | 15 | 
| Duplicated Lines | 0 % | 
| Changes | 1 | ||
| Bugs | 0 | Features | 1 | 
| 1 | <?php | ||
| 15 | abstract class AbstractAbandoned extends Action | ||
| 16 | { | ||
| 17 | const ADMIN_RESOURCE = 'CommerceLeague_ActiveCampaign::activecampaign_abandoned'; | ||
| 18 | |||
| 19 | /** | ||
| 20 | * @param ResultPage|ResultPageModel $resultPage | ||
| 21 | * @return ResultPage | ||
| 22 | */ | ||
| 23 | protected function initPage(ResultPage $resultPage): ResultPage | ||
| 32 |