Skip to content

Commit

Permalink
Pool typo in namespace (http should be Http)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimimo committed Mar 30, 2023
1 parent a1f1498 commit bed2cd8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/Http/Api/Pool/CalendarController.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Contact me at [email protected] or [email protected]
*/

namespace Dimimo\Pool\http\Api\Pool;
namespace Dimimo\Pool\Http\Api\Pool;

use Dimimo\Pool\Http\Resources\CalendarCollection;
use Dimimo\Pool\Models\PoolDate;
Expand Down
2 changes: 1 addition & 1 deletion src/Http/Api/Pool/PoolController.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Contact me at [email protected] or [email protected]
*/

namespace Dimimo\Pool\http\Api\Pool;
namespace Dimimo\Pool\Http\Api\Pool;

use Dimimo\Pool\Http\Controllers\Controller;
use Illuminate\Http\Request;
Expand Down
2 changes: 1 addition & 1 deletion src/Http/Api/Pool/ResultsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Contact me at [email protected] or [email protected]
*/

namespace Dimimo\Pool\http\Api\Pool;
namespace Dimimo\Pool\Http\Api\Pool;

use Dimimo\Pool\Http\Controllers\ResultsTrait;
use Dimimo\Pool\Http\Resources\ResultCollection;
Expand Down
2 changes: 1 addition & 1 deletion src/Http/Api/Pool/SeasonController.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Dimimo\Pool\http\Api\Pool;
namespace Dimimo\Pool\Http\Api\Pool;

use Dimimo\Pool\Http\Resources\SeasonCollection;
use Dimimo\Pool\Models\PoolDate;
Expand Down
2 changes: 1 addition & 1 deletion src/Http/Api/Pool/TeamController.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Contact me at [email protected] or [email protected]
*/

namespace Dimimo\Pool\http\Api\Pool;
namespace Dimimo\Pool\Http\Api\Pool;

use Dimimo\Pool\Http\Controllers\CalendarTrait;
use Dimimo\Pool\Http\Resources\TeamCollection;
Expand Down

0 comments on commit bed2cd8

Please sign in to comment.