File tree 3 files changed +3
-5
lines changed
3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
declare (strict_types=1 );
4
4
5
- namespace Casts ;
5
+ namespace MongoDB \ Laravel \ Tests \ Casts ;
6
6
7
7
use Illuminate \Database \Eloquent \Casts \Json ;
8
8
use Illuminate \Encryption \Encrypter ;
Original file line number Diff line number Diff line change 2
2
3
3
declare (strict_types=1 );
4
4
5
- namespace MongoDB \Laravel \Tests \ Eloquent ;
5
+ namespace MongoDB \Laravel \Tests ;
6
6
7
7
use Carbon \CarbonImmutable ;
8
8
use Illuminate \Support \Facades \Date ;
9
9
use MongoDB \Laravel \Tests \Models \Anniversary ;
10
- use MongoDB \Laravel \Tests \TestCase ;
11
10
12
11
use function assert ;
13
12
Original file line number Diff line number Diff line change 2
2
3
3
declare (strict_types=1 );
4
4
5
- namespace MongoDB \Laravel \Tests \ Eloquent ;
5
+ namespace MongoDB \Laravel \Tests ;
6
6
7
7
use MongoDB \Laravel \Tests \Models \HiddenAnimal ;
8
- use MongoDB \Laravel \Tests \TestCase ;
9
8
10
9
use function assert ;
11
10
You can’t perform that action at this time.
0 commit comments