Completed
Branch development (1ccfee)
by Christopher
12:15
created
Person.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,9 +2,9 @@
 block discarded – undo
2 2
 
3 3
 require 'vendor/autoload.php';
4 4
 
5
-use Vundi\Potato\Model;
6
-use Vundi\Potato\Exceptions\NonExistentID;
7 5
 use Vundi\Potato\Exceptions\IDShouldBeNumber;
6
+use Vundi\Potato\Exceptions\NonExistentID;
7
+use Vundi\Potato\Model;
8 8
 
9 9
 class Person extends Model
10 10
 {
Please login to merge, or discard this patch.