Skip to content
This repository was archived by the owner on Mar 23, 2024. It is now read-only.

Commit a1df110

Browse files
committed
🚿 fix example namespaces
1 parent 939366e commit a1df110

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/Providers/Spotify/new-releases.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* @license MIT
1313
*/
1414

15-
namespace chillerlan\OAuthAppExamples\Spotify;
15+
namespace chillerlan\OAuthExamples\Providers\Spotify;
1616

1717
use chillerlan\HTTP\Utils\MessageUtil;
1818
use Exception;

examples/Providers/Spotify/spotify-common.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @license MIT
99
*/
1010

11-
namespace chillerlan\OAuthExamples\Spotify;
11+
namespace chillerlan\OAuthExamples\Providers\Spotify;
1212

1313
use chillerlan\OAuth\Core\AccessToken;
1414
use chillerlan\OAuth\Providers\Spotify;

examples/Providers/provider-api-example-common.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @license MIT
99
*/
1010

11-
namespace chillerlan\OAuthAppExamples;
11+
namespace chillerlan\OAuthExamples\Providers;
1212

1313
use chillerlan\HTTP\Psr17\RequestFactory;
1414

0 commit comments

Comments
 (0)