mirror of
https://github.com/Karaka-Management/oms-Profile.git
synced 2026-01-21 11:58:40 +00:00
bug fixes
This commit is contained in:
parent
0996ca4692
commit
f68baaceb8
|
|
@ -51,7 +51,7 @@ final class Installer extends InstallerAbstract
|
|||
*/
|
||||
private static function createProfiles() : void
|
||||
{
|
||||
$profile = new Profile(AccountMapper::get(1));
|
||||
$profile = new Profile(AccountMapper::get(1));
|
||||
ProfileMapper::create($profile);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@
|
|||
<directory>../**/test*</directory>
|
||||
<directory>../**/Theme*</directory>
|
||||
<directory>../**/Admin/Routes*</directory>
|
||||
<directory>../**/Admin/Hooks*</directory>
|
||||
<directory>../**/Admin/Install*</directory>
|
||||
<directory>../Media/Files*</directory>
|
||||
</exclude>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user