Show part mass in part info page.

This commit is contained in:
Jan Böhmer 2019-08-16 16:43:31 +02:00
parent aafbda3376
commit c2b43f2cfa
7 changed files with 210 additions and 6 deletions

View file

@ -31,7 +31,7 @@
namespace App\Tests\Entity;
use App\Entity\PermissionsEmbed;
use App\Entity\UserSystem\PermissionsEmbed;
use Doctrine\ORM\Mapping\Embedded;
use PHPUnit\Framework\TestCase;