Files
piratepoet/tests/integration/Segments/SubscribersBulkActionHandlerMock.php
Jan Jakeš 0dcdf6e9f1 Autofix line endings
[MAILPOET-2715]
2020-02-19 19:12:53 +00:00

12 lines
120 B
PHP

<?php
namespace MailPoet\Test\Segments;
class SubscribersBulkActionHandlerMock {
public function apply() {
}
}