Skip to content

Commit fcb9cb8

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/Models/News.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
namespace App\Models;
44

55
use App\Models\Traits\Photoable;
6-
use App\User;
6+
use App\Models\User;
77
use Bpocallaghan\Sluggable\HasSlug;
88
use Bpocallaghan\Sluggable\SlugOptions;
99
use Titan\Models\TitanCMSModel;
@@ -86,4 +86,4 @@ protected function getSlugOptions()
8686
{
8787
return SlugOptions::create()->generateSlugFrom('title');
8888
}
89-
}
89+
}

0 commit comments

Comments
 (0)