Skip to content

Commit a8ce6b9

Browse files
author
bryanadamloh97
committed
Change config default to bit.ly
1 parent d90c996 commit a8ce6b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/url-shortener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

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

66
'shorteners' => [
77
'bit.ly' => [

0 commit comments

Comments
 (0)