Remove superfluous includes in profile modules

This commit is contained in:
Hypolite Petovan 2020-01-23 10:00:48 -05:00
parent 02dda8af9b
commit 1fc1989f93
4 changed files with 1 additions and 7 deletions

View file

@ -13,6 +13,7 @@ use Psr\Log\LoggerInterface;
class PermissionSet extends BaseRepository
{
/** @var int Virtual permission set id for public permission */
const PUBLIC = 0;
protected static $table_name = 'permissionset';