Skip to content

Commit 3e69a4d

Browse files
committed
fix: fix namespace of AsDataObject
1 parent 96c702f commit 3e69a4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/src/Database/Eloquent/Casts/AsDataObject.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
declare(strict_types=1);
44

5-
namespace Hypervel\Database\Eloquent\Concerns;
5+
namespace Hypervel\Database\Eloquent\Casts;
66

77
use Hyperf\Contract\CastsAttributes;
88
use Hypervel\Support\DataObject;

0 commit comments

Comments
 (0)