Skip to content

Commit

Permalink
V0.3 (#22)
Browse files Browse the repository at this point in the history
* new_request_interfaces (#16)

* new_request_interfaces

* ProfileInterface & ProfileRequestInterface

* profile_controller (#19)

* profile_controller2.0 (#21)
  • Loading branch information
Christian authored Nov 8, 2019
1 parent 4d4b034 commit 0eec3d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/Http/Controllers/ProfileController.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 0eec3d4

Please sign in to comment.