Skip to content

Commit 369a6e5

Browse files
committed
fix bug
1 parent dd3054d commit 369a6e5

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

.idea/workspace.xml

Lines changed: 12 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Models/AdminLog.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class AdminLog extends Model
3939

4040
public function user()
4141
{
42-
return $this->belongsTo(App\Models\User::class, 'user_id', 'id');
42+
return $this->belongsTo(\App\Models\User::class, 'user_id', 'id');
4343
}
4444

4545
public function persianDate()

0 commit comments

Comments
 (0)