StyleCI suggested fixes

This commit is contained in:
Jonny Barnes 2016-12-07 16:55:53 +00:00
parent bd92f1d6c8
commit e73187932b
5 changed files with 4 additions and 6 deletions

View file

@ -10,7 +10,6 @@ use Illuminate\Database\Eloquent\SoftDeletes;
class Article extends Model
{
use SoftDeletes;
/*
* We want to turn the titles into slugs
*/