diff options
Diffstat (limited to 'core/namespace/Factory.php')
-rw-r--r-- | core/namespace/Factory.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/namespace/Factory.php b/core/namespace/Factory.php index 38be666..779b890 100644 --- a/core/namespace/Factory.php +++ b/core/namespace/Factory.php @@ -16,4 +16,3 @@ abstract class Factory implements FactoryInterface { return self::$storage[get_called_class()][$identifier] ?? FALSE; } } -?>
\ No newline at end of file |