Fix some Laravel Pint issues
This commit is contained in:
parent
16b120bc73
commit
9743ba8eed
5 changed files with 4 additions and 5 deletions
|
@ -36,7 +36,7 @@ class Article extends Model
|
|||
];
|
||||
|
||||
/** @var array<string, string> */
|
||||
protected $casts = [
|
||||
protected $casts = [
|
||||
'created_at' => 'datetime',
|
||||
'updated_at' => 'datetime',
|
||||
'deleted_at' => 'datetime',
|
||||
|
|
|
@ -6,7 +6,6 @@ namespace App\Models;
|
|||
|
||||
use App\CommonMark\Generators\ContactMentionGenerator;
|
||||
use App\CommonMark\Renderers\ContactMentionRenderer;
|
||||
use App\Exceptions\TwitterContentException;
|
||||
use Codebird\Codebird;
|
||||
use Exception;
|
||||
use GuzzleHttp\Client;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue