pm-4.1.x-dev/modules/pm_project/src/PmProjectListBuilder.php
modules/pm_project/src/PmProjectListBuilder.php
<?php
namespace Drupal\pm_project;
use Drupal\pm\PmStatusPriorityListBuilder;
/**
* Provides a list controller for the Project entity type.
*/
class PmProjectListBuilder extends PmStatusPriorityListBuilder {}
