mirror of
https://github.com/getformwork/formwork.git
synced 2025-01-18 05:58:20 +01:00
Rename trait SingletonTrait
to SingletonClass
This commit is contained in:
parent
151841e4cf
commit
f55d09c34d
@ -11,7 +11,7 @@ use Formwork\Parsers\PHP;
|
||||
use Formwork\Parsers\YAML;
|
||||
use Formwork\Router\Router;
|
||||
use Formwork\Schemes\Schemes;
|
||||
use Formwork\Traits\SingletonTrait;
|
||||
use Formwork\Traits\SingletonClass;
|
||||
use Formwork\Translations\Translations;
|
||||
use Formwork\Utils\Header;
|
||||
use Formwork\Utils\HTTPRequest;
|
||||
@ -20,7 +20,7 @@ use Formwork\Utils\Uri;
|
||||
|
||||
final class Formwork
|
||||
{
|
||||
use SingletonTrait;
|
||||
use SingletonClass;
|
||||
|
||||
/**
|
||||
* Current Formwork version
|
||||
|
@ -4,7 +4,7 @@ namespace Formwork\Traits;
|
||||
|
||||
use LogicException;
|
||||
|
||||
trait SingletonTrait
|
||||
trait SingletonClass
|
||||
{
|
||||
/**
|
||||
* Singleton instance
|
Loading…
x
Reference in New Issue
Block a user