Apply fixes from StyleCI
This commit is contained in:
parent
64eea57af9
commit
b303786ae5
2 changed files with 6 additions and 6 deletions
|
@ -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',
|
||||
],
|
||||
];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue