@@ -2,9 +2,9 @@ |
||
| 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 | { |