Added entities and properties for some future features.

This commit is contained in:
Jan Böhmer 2019-08-12 15:47:57 +02:00
parent bcdba8b3e0
commit 7826e3d2ad
49 changed files with 1477 additions and 362 deletions

View file

@ -29,9 +29,9 @@
namespace App\Controller;
use App\Entity\AttachmentType;
use App\Entity\Footprint;
use App\Entity\User;
use App\Entity\Attachments\AttachmentType;
use App\Entity\Parts\Footprint;
use App\Entity\UserSystem\User;
use App\Form\BaseEntityAdminForm;
use App\Form\UserAdminForm;
use App\Form\UserSettingsType;