diff --git a/src/Traits/HashIdTrait.php b/src/Traits/HashIdTrait.php index 3c229ddfb..9f0c7ee7d 100644 --- a/src/Traits/HashIdTrait.php +++ b/src/Traits/HashIdTrait.php @@ -2,8 +2,8 @@ namespace Apiato\Core\Traits; -use Apiato\Core\Exceptions\InternalError; use Apiato\Core\Exceptions\IncorrectId; +use Apiato\Core\Exceptions\InternalError; use Vinkla\Hashids\Facades\Hashids; trait HashIdTrait