Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:hillelcoren/invoice-ninja into d…
Browse files Browse the repository at this point in the history
…evelop
  • Loading branch information
hillelcoren committed Aug 19, 2016
2 parents bacb6e3 + 8ca776d commit 8bcae45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions app/Http/Middleware/VerifyCsrfToken.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ class VerifyCsrfToken extends BaseVerifier
'api/v1/tasks',
'api/v1/email_invoice',
'api/v1/hooks',
'api/v1/users',
'api/v1/users/*',
'hook/email_opened',
'hook/email_bounced',
'reseller_stats',
Expand Down
2 changes: 1 addition & 1 deletion app/Http/Requests/UpdateUserRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

use Auth;

class UpdateUserRequest extends EntityReques
class UpdateUserRequest extends EntityRequest
{
// Expenses
/**
Expand Down

0 comments on commit 8bcae45

Please sign in to comment.