Skip to content

Commit

Permalink
Add namespace to service provider
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Litvin committed Aug 5, 2019
1 parent e0a300c commit b13b58e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/MPPaymentsServiceProvider.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

namespace litvinjuan\MPPayments;

use Illuminate\Support\ServiceProvider;

class MPPaymentsServiceProvider extends ServiceProvider
Expand Down

0 comments on commit b13b58e

Please sign in to comment.