Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Commit

Permalink
fix: namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
darkalchemy committed Jun 26, 2020
1 parent a7bfdc4 commit 3e0b128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Controllers/Auth/UserActivateController.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

declare(strict_types=1);

namespace App\Controllers\Auth\Password;
namespace App\Controllers\Auth;

use App\Controllers\Controller;
use App\Factory\LoggerFactory;
Expand Down

0 comments on commit 3e0b128

Please sign in to comment.