Update Laravel Pint
This commit is contained in:
parent
87e04b063f
commit
b1407af945
9 changed files with 15 additions and 15 deletions
|
@ -13,7 +13,7 @@ class LikeService extends Service
|
|||
/**
|
||||
* Create a new Like.
|
||||
*/
|
||||
public function create(array $request, ?string $client = null): Like
|
||||
public function create(array $request, string $client = null): Like
|
||||
{
|
||||
if (Arr::get($request, 'properties.like-of.0')) {
|
||||
//micropub request
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue