浏览代码

Fix image class

Nathaniel van Diepen 6 年之前
父节点
当前提交
aa0ebc7b48
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      image.class.php

+ 1 - 1
image.class.php

@@ -1,6 +1,6 @@
 <?php
 	namespace Juju;
-	class Image implements JsonSerializable{
+	class Image implements \JsonSerializable{
 		private $img;
 		private $actions = array();
 		private $colours = array();