We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4df295a commit fcb9cb8Copy full SHA for fcb9cb8
app/Models/News.php
@@ -3,7 +3,7 @@
3
namespace App\Models;
4
5
use App\Models\Traits\Photoable;
6
-use App\User;
+use App\Models\User;
7
use Bpocallaghan\Sluggable\HasSlug;
8
use Bpocallaghan\Sluggable\SlugOptions;
9
use Titan\Models\TitanCMSModel;
@@ -86,4 +86,4 @@ protected function getSlugOptions()
86
{
87
return SlugOptions::create()->generateSlugFrom('title');
88
}
89
-}
+}
0 commit comments