Skip to content
This repository has been archived by the owner on Aug 1, 2021. It is now read-only.

Commit

Permalink
Files sharing the same namespace were needlessly 'use'ing each other,…
Browse files Browse the repository at this point in the history
… so those lines were removed.
  • Loading branch information
o-alquimista committed Sep 29, 2019
1 parent 39e3f0f commit 89feb3e
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 27 deletions.
4 changes: 0 additions & 4 deletions App/Models/Login/LoginService.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@
namespace App\Models\Login;

use Fragments\Utility\Server\Request;
use App\Models\Login\FormValidation;
use App\Models\Login\CredentialHandler;
use App\Models\Login\Authentication;
use App\Models\Login\User;

/**
* Login service
Expand Down
3 changes: 0 additions & 3 deletions App/Models/Profile/ProfileService.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@

namespace App\Models\Profile;

use App\Models\Profile\Registry;
use App\Models\Profile\User;

/**
* Profile service.
*
Expand Down
3 changes: 0 additions & 3 deletions App/Models/Register/RegisterService.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@
namespace App\Models\Register;

use Fragments\Utility\Server\Request;
use App\Models\Register\FormValidation;
use App\Models\Register\CredentialHandler;
use App\Models\Register\User;

/**
* Register service
Expand Down
2 changes: 0 additions & 2 deletions Fragments/Utility/Feedback/DangerFeedback.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@

namespace Fragments\Utility\Feedback;

use Fragments\Utility\Feedback\AbstractFeedback;

class DangerFeedback extends AbstractFeedback
{
protected $feedbackType = 'danger';
Expand Down
3 changes: 0 additions & 3 deletions Fragments/Utility/Server/Routing/RequestMatcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@

namespace Fragments\Utility\Server\Routing;

use Fragments\Utility\Server\Routing\RequestContext;
use Fragments\Utility\Server\Routing\Route;

/**
* Request matcher
*
Expand Down
4 changes: 0 additions & 4 deletions Fragments/Utility/Server/Routing/Router.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,7 @@

namespace Fragments\Utility\Server\Routing;

use Fragments\Utility\Server\Routing\XMLParser;
use Fragments\Utility\Server\Routing\RequestContext;
use Fragments\Utility\Server\Routing\RequestMatcher;
use Fragments\Controllers\Errors\Error404;
use Fragments\Utility\Server\Routing\Route;

/**
* The router controller.
Expand Down
2 changes: 0 additions & 2 deletions Fragments/Utility/Server/Routing/XMLParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@

namespace Fragments\Utility\Server\Routing;

use Fragments\Utility\Server\Routing\Route;

/**
* XML Loader
*
Expand Down
2 changes: 0 additions & 2 deletions Fragments/Utility/SessionManagement/Init/SessionStrict.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@

namespace Fragments\Utility\SessionManagement\Init;

use Fragments\Utility\SessionManagement\Init\AbstractSessionInit;

class SessionStrict extends AbstractSessionInit
{
public function __construct()
Expand Down
2 changes: 0 additions & 2 deletions Fragments/Utility/SessionManagement/Init/SessionUnsafe.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@

namespace Fragments\Utility\SessionManagement\Init;

use Fragments\Utility\SessionManagement\Init\AbstractSessionInit;

class SessionUnsafe extends AbstractSessionInit
{
public function __construct()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@

namespace Fragments\Utility\SessionManagement;

use Fragments\Utility\SessionManagement\SessionTools;
use Fragments\Utility\SessionManagement\Init\SessionStrict;
use Fragments\Utility\SessionManagement\Init\SessionUnsafe;

Expand Down
1 change: 0 additions & 1 deletion Fragments/Utility/SessionManagement/Session.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@

namespace Fragments\Utility\SessionManagement;

use Fragments\Utility\SessionManagement\SessionTools;
use Fragments\Utility\SessionManagement\Init\SessionStrict;
use Fragments\Utility\Errors\SoftException;

Expand Down

0 comments on commit 89feb3e

Please sign in to comment.