mirror of
https://github.com/Karaka-Management/oms-Profile.git
synced 2026-02-13 14:18: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
|
private static function createProfiles() : void
|
||||||
{
|
{
|
||||||
$profile = new Profile(AccountMapper::get(1));
|
$profile = new Profile(AccountMapper::get(1));
|
||||||
ProfileMapper::create($profile);
|
ProfileMapper::create($profile);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -20,6 +20,7 @@
|
||||||
<directory>../**/test*</directory>
|
<directory>../**/test*</directory>
|
||||||
<directory>../**/Theme*</directory>
|
<directory>../**/Theme*</directory>
|
||||||
<directory>../**/Admin/Routes*</directory>
|
<directory>../**/Admin/Routes*</directory>
|
||||||
|
<directory>../**/Admin/Hooks*</directory>
|
||||||
<directory>../**/Admin/Install*</directory>
|
<directory>../**/Admin/Install*</directory>
|
||||||
<directory>../Media/Files*</directory>
|
<directory>../Media/Files*</directory>
|
||||||
</exclude>
|
</exclude>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user