Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvanassche committed Jun 13, 2024
1 parent 740c146 commit 59586d0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/Fakes/Models/DummyModelWithEncryptedCasts.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?php

namespace Fakes\Models;
namespace Spatie\LaravelData\Tests\Fakes\Models;

use Illuminate\Database\Eloquent\Model;
use Spatie\LaravelData\Tests\Fakes\SimpleData;
use Spatie\LaravelData\Tests\Fakes\SimpleDataCollection;
use Spatie\LaravelData\Tests\Fakes\SimpleDataWithDefaultValue;

class DummyModelWithEncryptedCasts extends Model
{
Expand Down

0 comments on commit 59586d0

Please sign in to comment.