Basic functionality
This commit is contained in:
15
app/model/Security/Passwords.php
Executable file
15
app/model/Security/Passwords.php
Executable file
@@ -0,0 +1,15 @@
|
||||
<?php declare(strict_types = 1);
|
||||
|
||||
namespace App\Model\Security;
|
||||
|
||||
use Nette\Security\Passwords as NettePasswords;
|
||||
|
||||
final class Passwords extends NettePasswords
|
||||
{
|
||||
|
||||
public static function create(): Passwords
|
||||
{
|
||||
return new Passwords();
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user