1
0
Nathaniel van Diepen 6 rokov pred
rodič
commit
aa0ebc7b48
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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();