Apply fixes from StyleCI

This commit is contained in:
Jonny Barnes 2017-06-17 12:56:10 +00:00 committed by StyleCI Bot
parent 64eea57af9
commit b303786ae5
2 changed files with 6 additions and 6 deletions

View file

@ -3,8 +3,8 @@
namespace App;
use Illuminate\Database\Eloquent\Model;
use League\CommonMark\CommonMarkConverter;
use Cviebrock\EloquentSluggable\Sluggable;
use League\CommonMark\CommonMarkConverter;
use Illuminate\Database\Eloquent\SoftDeletes;
class Article extends Model
@ -35,8 +35,8 @@ class Article extends Model
{
return [
'titleurl' => [
'source' => 'title'
]
'source' => 'title',
],
];
}