mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-19 11:21:33 +02:00
@@ -13,8 +13,7 @@
|
||||
* @since 1.0.0
|
||||
*/
|
||||
|
||||
|
||||
class Registry
|
||||
class Registry
|
||||
{
|
||||
|
||||
/**
|
||||
@@ -24,7 +23,6 @@ class Registry
|
||||
*/
|
||||
private static $registry = array();
|
||||
|
||||
|
||||
/**
|
||||
* Checks if an object with this name is in the registry.
|
||||
*
|
||||
@@ -74,4 +72,4 @@ class Registry
|
||||
return Gelato::$registry[$name];
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user