소스 검색

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();