forgot use statements
This commit is contained in:
parent
168e96187d
commit
926948b76d
2 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,7 @@ namespace Sakura\Forum;
|
||||||
use Sakura\BBCode\Parser as BBParser;
|
use Sakura\BBCode\Parser as BBParser;
|
||||||
use Sakura\DB;
|
use Sakura\DB;
|
||||||
use Sakura\Exceptions\NetAddressTypeException;
|
use Sakura\Exceptions\NetAddressTypeException;
|
||||||
|
use Sakura\Exceptions\NetInvalidAddressException;
|
||||||
use Sakura\Net;
|
use Sakura\Net;
|
||||||
use Sakura\User;
|
use Sakura\User;
|
||||||
|
|
||||||
|
|
|
@ -11,6 +11,7 @@ use LastFmApi\Api\AuthApi;
|
||||||
use LastFmApi\Api\UserApi;
|
use LastFmApi\Api\UserApi;
|
||||||
use LastFmApi\Exception\LastFmApiExeption;
|
use LastFmApi\Exception\LastFmApiExeption;
|
||||||
use Sakura\Exceptions\NetAddressTypeException;
|
use Sakura\Exceptions\NetAddressTypeException;
|
||||||
|
use Sakura\Exceptions\NetInvalidAddressException;
|
||||||
use stdClass;
|
use stdClass;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Reference in a new issue