mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-29 22:30:01 +02:00
Use typed properties
This commit is contained in:
parent
548ec2ea50
commit
51e05a8669
216 changed files with 603 additions and 698 deletions
|
@ -32,8 +32,7 @@ use Symfony\Contracts\EventDispatcher\Event;
|
|||
*/
|
||||
class SecurityEvent extends Event
|
||||
{
|
||||
protected $targetUser;
|
||||
protected $from_cli;
|
||||
protected User $targetUser;
|
||||
|
||||
public function __construct(User $targetUser)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue