We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97ecc8a commit a6f3955Copy full SHA for a6f3955
README.md
@@ -57,7 +57,7 @@ Add an alias within the ```aliases``` array found in ```config/app.php```:
57
'aliases' => [
58
// ...
59
60
- 'Subscription' => Userdesk\Subscription\Facades\Userdesk\Subscription::class,
+ 'Subscription' => Userdesk\Subscription\Facades\Subscription::class,
61
]
62
```
63
0 commit comments