Skip to content

Commit

Permalink
Change PaymentController namespace and add to composer autoload
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Litvin committed Aug 5, 2019
1 parent 8de4668 commit 8f32343
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Http/Controllers/PaymentController.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace litvinjuan\MPPayments;
namespace litvinjuan\MPPayments\Controllers;

use Illuminate\Http\Request;
use Illuminate\Routing\Controller;
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
},
"autoload": {
"psr-4": {
"litvinjuan\\MPPayments\\": "src"
"litvinjuan\\MPPayments\\": "src",
"litvinjuan\\MPPayments\\Controllers\\": "Controllers"
}
},
"extra": {
Expand Down

0 comments on commit 8f32343

Please sign in to comment.