[PLUGINS][ENTITY][Cover][ProfileColor] Clean up after interns and move entity defintions to be inside the corresponding plugin, rather than in core

This commit is contained in:
Hugo Sales 2021-08-16 17:17:05 +01:00
parent 5237364a21
commit 4f880eb761
Signed by: someonewithpc
GPG Key ID: 7D0C7EAFC9D835A0
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
// }}}
namespace App\Entity;
namespace Plugin\Cover\Entity;
use App\Core\DB\DB;
use App\Core\Entity;

View File

@ -19,7 +19,7 @@
// }}}
namespace App\Entity;
namespace Plugin\ProfileColor\Entity;
use App\Core\Entity;
use DateTimeInterface;