]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Storage/SystemResource.php
Replaced quotes
[friendica.git] / src / Model / Storage / SystemResource.php
index 718a2e90affc8ffc756d38e2a5a862dc2ed65810..3afe8ee6f5e7f88bc5cf6b2cdbffbfc6179e9513 100644 (file)
@@ -6,6 +6,8 @@
 
 namespace Friendica\Model\Storage;
 
+use \BadMethodCallException;
+
 /**
  * @brief System resource storage class
  *
@@ -32,12 +34,12 @@ class SystemResource implements IStorage
 
        public static function put($data, $filename = "")
        {
-               throw new \BadMethodCallException();
+               throw new BadMethodCallException();
        }
 
        public static function delete($filename)
        {
-               throw new \BadMethodCallException();
+               throw new BadMethodCallException();
        }
 
        public static function getOptions()