mirror of
https://github.com/Aviortheking/DeltaCMS.git
synced 2025-04-23 19:32:13 +00:00
Moved files
This commit is contained in:
parent
fb59a83f5d
commit
bffacf4eb7
@ -1,13 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace AdminPanel\Classes;
|
||||
namespace AdminPanel;
|
||||
|
||||
class Authentificator
|
||||
{
|
||||
|
||||
/** @var Authentificator $instance */
|
||||
private static $instance = null;
|
||||
private $isLoggedIn = false;
|
||||
public static function getInstance()
|
||||
{
|
||||
if (!isset(Authentificator::$instance)) {
|
||||
@ -16,6 +15,7 @@ class Authentificator
|
||||
return Authentificator::$instance;
|
||||
}
|
||||
|
||||
private $isLoggedIn = false;
|
||||
public function isLoggedIn()
|
||||
{
|
||||
return $this->isLoggedIn;
|
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace AdminPanel\Classes\Enum;
|
||||
namespace AdminPanel;
|
||||
|
||||
abstract class Enum
|
||||
{
|
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace AdminPanel\Logger;
|
||||
namespace AdminPanel;
|
||||
|
||||
use Psr\Log\AbstractLogger;
|
||||
use Psr\Log\InvalidArgumentException;
|
Loading…
x
Reference in New Issue
Block a user