Skip to content

Commit

Permalink
respect coding standards, rector
Browse files Browse the repository at this point in the history
  • Loading branch information
warcooft committed Oct 6, 2024
1 parent 1b88775 commit 584c616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controllers/OAuthController.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@

namespace Datamweb\ShieldOAuth\Controllers;

use Throwable;
use App\Controllers\BaseController;
use CodeIgniter\HTTP\RedirectResponse;
use CodeIgniter\Shield\Entities\User;
use CodeIgniter\Shield\Models\LoginModel;
use Datamweb\ShieldOAuth\Libraries\Basic\ControllersInterface;
use Throwable;

class OAuthController extends BaseController implements ControllersInterface
{
Expand Down

0 comments on commit 584c616

Please sign in to comment.