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 a8ce6b9 commit 6ea79deCopy full SHA for 6ea79de
config/url-shortener.php
@@ -1,10 +1,10 @@
1
<?php
2
3
return [
4
- 'default' => env('URL_SHORTENER_DRIVER', 'bit.ly'),
+ 'default' => env('URL_SHORTENER_DRIVER', 'bit_ly'),
5
6
'shorteners' => [
7
- 'bit.ly' => [
+ 'bit_ly' => [
8
'driver' => 'bit_ly',
9
'domain' => env('URL_SHORTENER_PREFIX', 'bit.ly'),
10
'token' => env('URL_SHORTENER_API_TOKEN'),
0 commit comments