Skip to content

Commit c847274

Browse files
Fix styling
1 parent 98b8fc1 commit c847274

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

config/markable.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3+
use App\Models\User;
4+
35
return [
46
/*
57
|--------------------------------------------------------------------------
@@ -10,7 +12,7 @@
1012
|
1113
*/
1214

13-
'user_model' => App\Models\User::class,
15+
'user_model' => User::class,
1416

1517
/*
1618
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)