mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-01-10 06:27:24 +01:00
Deleted unused trait
This commit is contained in:
parent
45a1fc6678
commit
7d8a15e8ae
@ -1,24 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
namespace App\Entity\Attribut;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @author kevinfrantz
|
|
||||||
*/
|
|
||||||
trait PasswordAttribut
|
|
||||||
{
|
|
||||||
/**
|
|
||||||
* @ORM\Column(type="string", length=64)
|
|
||||||
*/
|
|
||||||
protected $password;
|
|
||||||
|
|
||||||
public function getPassword(): ?string
|
|
||||||
{
|
|
||||||
return $this->password;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function setPassword(string $password): void
|
|
||||||
{
|
|
||||||
$this->password = $password;
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user