Skip to content

Commit

Permalink
Update WinkServiceProvider.php
Browse files Browse the repository at this point in the history
  • Loading branch information
torralbodavid committed Oct 14, 2020
1 parent d324406 commit 491b776
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/WinkServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public function register()
Console\MigrateCommand::class,
]);
}
<<<<<<< HEAD


/**
* Return the subdomain if configured.
Expand All @@ -127,6 +127,4 @@ protected function subdomain($subdomain)
parse_url(config('app.url'), PHP_URL_HOST),
]);
}
=======
>>>>>>> 1.x
}

0 comments on commit 491b776

Please sign in to comment.