mirror of
https://github.com/friendica/friendica
synced 2025-04-27 08:30:10 +00:00
Remove superfluous includes in profile modules
This commit is contained in:
parent
02dda8af9b
commit
1fc1989f93
4 changed files with 1 additions and 7 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue