diff --git a/src/app/Http/Controllers/ProfileController.php b/src/app/Http/Controllers/ProfileController.php index d4bda13..ed2393f 100644 --- a/src/app/Http/Controllers/ProfileController.php +++ b/src/app/Http/Controllers/ProfileController.php @@ -5,7 +5,9 @@ use App\Http\Controllers\Controller; use Omatech\Mage\App\Repositories\User\UpdateUser; use Omatech\Mage\App\Http\Requests\Profile\UpdateRequest; +use Omatech\Mage\App\Contracts\Profile\UpdateProfileInterface; use Omatech\Mage\App\Http\Requests\Profile\ChangePasswordRequest; +use Omatech\Mage\App\Contracts\Profile\UpdateProfileRequestInterface; class ProfileController extends Controller {