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 4dc47dc commit 23e2352Copy full SHA for 23e2352
README.md
@@ -20,7 +20,7 @@ composer require tartan/laravel-iranian-sms
20
21
4.Publish the config file
22
```bash
23
-php artisan vendor:publish --tag=config
+php artisan vendor:publish --provider="Tartan\IranianSms\SmsServiceProvider" --tag=config
24
```
25
26
src/Adapters/Exception.php
@@ -0,0 +1,10 @@
1
+<?php
2
+
3
4
+namespace Tartan\IranianSms\Adapters;
5
+use Tartan\IranianSms\Exception as RootException;
6
7
+class Exception extends RootException
8
+{
9
10
+}
src/Exception.php
+namespace Tartan\IranianSms;
+class Exception extends \Exception
0 commit comments