mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-30 05:24:28 +02:00
Fixed some inspection issues.
This commit is contained in:
parent
782e2b7fdf
commit
0f3ba9b6a8
19 changed files with 109 additions and 139 deletions
|
@ -21,9 +21,10 @@
|
|||
*
|
||||
*/
|
||||
|
||||
namespace App\Entity;;
|
||||
namespace App\Entity;
|
||||
|
||||
use Doctrine\ORM\Mapping as ORM;
|
||||
use Symfony\Component\Intl\Exception\NotImplementedException;
|
||||
|
||||
/**
|
||||
* Class Attachment
|
||||
|
@ -137,6 +138,8 @@ class Attachment extends NamedDBElement
|
|||
public function getType() : AttachmentType
|
||||
{
|
||||
//TODO
|
||||
|
||||
throw new NotImplementedException("Not implemented yet!");
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue