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