Skip to content

Commit

Permalink
# Changed to QO
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Aagaard committed Jun 11, 2020
1 parent e88ac35 commit 7eff1fe
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
},
"autoload": {
"psr-4": {
"aat2703\\Weather\\": "src/"
"QuickOrder\\Weather\\": "src/"
}
},
"extra": {
"laravel": {
"providers": [
"aat2703\\Weather\\WeatherServiceProvider"
"QuickOrder\\Weather\\WeatherServiceProvider"
]
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/Facades/Weather.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace aat2703\Weather\Facades;
namespace QuickOrder\Weather\Facades;

use Illuminate\Support\Facades\Facade;

Expand Down
2 changes: 1 addition & 1 deletion src/Weather.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace aat2703\Weather;
namespace QuickOrder\Weather;

use Cmfcmf\OpenWeatherMap;
use Http\Factory\Guzzle\RequestFactory;
Expand Down
2 changes: 1 addition & 1 deletion src/WeatherServiceProvider.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace aat2703\Weather;
namespace QuickOrder\Weather;

use Illuminate\Support\ServiceProvider;

Expand Down

0 comments on commit 7eff1fe

Please sign in to comment.