Skip to content

Commit 6ea79de

Browse files
author
bryanadamloh97
committed
Change config:
1 parent a8ce6b9 commit 6ea79de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/url-shortener.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?php
22

33
return [
4-
'default' => env('URL_SHORTENER_DRIVER', 'bit.ly'),
4+
'default' => env('URL_SHORTENER_DRIVER', 'bit_ly'),
55

66
'shorteners' => [
7-
'bit.ly' => [
7+
'bit_ly' => [
88
'driver' => 'bit_ly',
99
'domain' => env('URL_SHORTENER_PREFIX', 'bit.ly'),
1010
'token' => env('URL_SHORTENER_API_TOKEN'),

0 commit comments

Comments
 (0)