Automation init...3
This commit is contained in:
parent
536d3652e2
commit
e97147a057
@ -7,9 +7,9 @@ use App\Libraries\Adapter\Auth\AuthLibrary;
|
|||||||
|
|
||||||
class LocalLibrary extends AuthLibrary
|
class LocalLibrary extends AuthLibrary
|
||||||
{
|
{
|
||||||
public function __construct(string $site, $debug = false)
|
public function __construct()
|
||||||
{
|
{
|
||||||
parent::__construct($site, $debug);
|
parent::__construct();
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getAuthButton()
|
public function getAuthButton()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user