Skip to content

Commit 886d6bc

Browse files
committed
Change the namespace
1 parent bf98089 commit 886d6bc

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

tests/Integration/BaseTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @author Aaron Francis <aaron@hammerstone.dev|https://twitter.com/aarondfrancis>
44
*/
55

6-
namespace Hammerstone\Sidecar\Tests\Integration;
6+
namespace Hammerstone\FastPaginate\Tests\Integration;
77

88
use Hammerstone\FastPaginate\FastPaginateProvider;
99
use Illuminate\Database\Schema\Blueprint;

tests/Integration/BuilderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @author Aaron Francis <aarondfrancis@gmail.com|https://twitter.com/aarondfrancis>
44
*/
55

6-
namespace Hammerstone\Sidecar\Tests\Integration;
6+
namespace Hammerstone\FastPaginate\Tests\Integration;
77

88
use Hammerstone\FastPaginate\Tests\Support\NotificationStringKey;
99
use Hammerstone\FastPaginate\Tests\Support\User;

tests/Integration/RelationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @author Aaron Francis <aarondfrancis@gmail.com|https://twitter.com/aarondfrancis>
44
*/
55

6-
namespace Hammerstone\Sidecar\Tests\Integration;
6+
namespace Hammerstone\FastPaginate\Tests\Integration;
77

88
use Hammerstone\FastPaginate\Tests\Support\User;
99

tests/Integration/ScoutTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @author Aaron Francis <aarondfrancis@gmail.com|https://twitter.com/aarondfrancis>
44
*/
55

6-
namespace Hammerstone\Sidecar\Tests\Integration;
6+
namespace Hammerstone\FastPaginate\Tests\Integration;
77

88
use Hammerstone\FastPaginate\Tests\Support\UserScout;
99

0 commit comments

Comments
 (0)