Skip to content

Commit 62a2ac9

Browse files
committed
Refactor Dipa model to optimize import statements for improved clarity
1 parent 2b6f489 commit 62a2ac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Models/Dipa.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
use Illuminate\Database\Eloquent\Model;
66
use Illuminate\Database\Eloquent\Relations\HasMany;
7+
use Illuminate\Support\Facades\DB;
78
use Mostafaznv\LaraCache\CacheEntity;
89
use Mostafaznv\LaraCache\Traits\LaraCache;
9-
use Illuminate\Support\Facades\DB;
1010

1111
class Dipa extends Model
1212
{

0 commit comments

Comments
 (0)