Skip to content

Commit

Permalink
style: Unalign double arrow symbols (#37905)
Browse files Browse the repository at this point in the history
  • Loading branch information
goodjack authored Jul 5, 2021
1 parent 9010223 commit 8bf0001
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ use Illuminate\Database\Capsule\Manager as Capsule;
$capsule = new Capsule;

$capsule->addConnection([
'driver' => 'mysql',
'host' => 'localhost',
'database' => 'database',
'username' => 'root',
'password' => 'password',
'charset' => 'utf8',
'driver' => 'mysql',
'host' => 'localhost',
'database' => 'database',
'username' => 'root',
'password' => 'password',
'charset' => 'utf8',
'collation' => 'utf8_unicode_ci',
'prefix' => '',
'prefix' => '',
]);

// Set the event dispatcher used by Eloquent models... (optional)
Expand Down

0 comments on commit 8bf0001

Please sign in to comment.