Skip to content

Commit 4df295a

Browse files
author
AkkuFresh
authored
Change User model location to Models\User
1 parent 3d86c27 commit 4df295a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/Models/LogAdminActivity.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace App\Models;
44

5-
use App\User;
5+
use App\Models\User;
66
use Illuminate\Database\Eloquent\Model;
77

88
class LogAdminActivity extends Model
@@ -43,4 +43,4 @@ static public function getLatest()
4343
->limit(100)
4444
->get();
4545
}
46-
}
46+
}

0 commit comments

Comments
 (0)