Rename to FeIpLogin
This commit is contained in:
parent
837ed90239
commit
8f2bc0d6c4
11 changed files with 21 additions and 21 deletions
|
@ -3,12 +3,12 @@
|
|||
/**
|
||||
* Table configuration fe_users
|
||||
*/
|
||||
use MMK2410\FeIpAuth\Domain\Repository\FeGroupsRepository;
|
||||
use MMK2410\FeIpLogin\Domain\Repository\FeGroupsRepository;
|
||||
|
||||
$columns = [
|
||||
'ip_mask' => [
|
||||
'exclude' => 0,
|
||||
'label' => 'LLL:EXT:feipauth/Resources/Private/Language/locallang_db.xlf:' .
|
||||
'label' => 'LLL:EXT:feiplogin/Resources/Private/Language/locallang_db.xlf:' .
|
||||
FeGroupsRepository::TABLE_NAME . '.ip_mask',
|
||||
'config' => [
|
||||
'type' => 'text',
|
||||
|
|
Reference in a new issue