Skip to content

Commit

Permalink
# Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Aagaard committed Jun 11, 2020
1 parent 9fd2463 commit e88ac35
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 21 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "aat2703/laravel-weather",
"name": "quick-order/laravel-owm",
"authors": [
{
"name": "Andreas Aagaard",
Expand Down
3 changes: 1 addition & 2 deletions config/weather.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?php

return [
'api_key' => config('OWM_API_KEY'),
'default_routes' => true
'api_key' => config('OWM_API_KEY')
];
14 changes: 0 additions & 14 deletions routes/routes.php

This file was deleted.

4 changes: 0 additions & 4 deletions src/WeatherServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ public function boot() {
],
'weather-config'
);

if (config('weather.default_routes')) {
$this->loadRoutesFrom(__DIR__ . '/../routes/routes.php');
}
}

public function register() {
Expand Down

0 comments on commit e88ac35

Please sign in to comment.