Jelajahi Sumber

Fix image class

Nathaniel van Diepen 6 tahun lalu
induk
melakukan
aa0ebc7b48
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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();