pm-4.1.x-dev/modules/pm_organization/src/PmOrganizationListBuilder.php
modules/pm_organization/src/PmOrganizationListBuilder.php
<?php
namespace Drupal\pm_organization;
use Drupal\pm\PmListBuilder;
/**
* Provides a list controller for the Organization entity type.
*/
class PmOrganizationListBuilder extends PmListBuilder {}
