Explorar el Código

Fix image class

Nathaniel van Diepen hace 6 años
padre
commit
aa0ebc7b48
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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();