From 926948b76df636651e7ac69b18bb5d66f540427d Mon Sep 17 00:00:00 2001 From: flashwave Date: Wed, 22 Mar 2017 21:26:57 +0100 Subject: [PATCH] forgot use statements --- app/Forum/Post.php | 1 + app/User.php | 1 + 2 files changed, 2 insertions(+) diff --git a/app/Forum/Post.php b/app/Forum/Post.php index 126120b..f23a74a 100644 --- a/app/Forum/Post.php +++ b/app/Forum/Post.php @@ -9,6 +9,7 @@ namespace Sakura\Forum; use Sakura\BBCode\Parser as BBParser; use Sakura\DB; use Sakura\Exceptions\NetAddressTypeException; +use Sakura\Exceptions\NetInvalidAddressException; use Sakura\Net; use Sakura\User; diff --git a/app/User.php b/app/User.php index a0b2108..285c8e7 100644 --- a/app/User.php +++ b/app/User.php @@ -11,6 +11,7 @@ use LastFmApi\Api\AuthApi; use LastFmApi\Api\UserApi; use LastFmApi\Exception\LastFmApiExeption; use Sakura\Exceptions\NetAddressTypeException; +use Sakura\Exceptions\NetInvalidAddressException; use stdClass; /**