mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-25 19:28:51 +02:00
Prepared DB and models for Two Factor authentication
This commit is contained in:
parent
235baf32d5
commit
2fa0963374
13 changed files with 935 additions and 39 deletions
|
@ -53,9 +53,9 @@ trait MasterAttachmentTrait
|
|||
* Sets the new master picture for this part.
|
||||
*
|
||||
* @param Attachment|null $new_master_attachment
|
||||
* @return Part
|
||||
* @return $this
|
||||
*/
|
||||
public function setMasterPictureAttachment(?Attachment $new_master_attachment): self
|
||||
public function setMasterPictureAttachment(?Attachment $new_master_attachment)
|
||||
{
|
||||
$this->master_picture_attachment = $new_master_attachment;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue