Update Laravel Pint
This commit is contained in:
parent
87e04b063f
commit
b1407af945
9 changed files with 15 additions and 15 deletions
|
@ -15,7 +15,7 @@ class HEntryService
|
|||
/**
|
||||
* Create the relevant model from some h-entry data.
|
||||
*/
|
||||
public function process(array $request, ?string $client = null): ?string
|
||||
public function process(array $request, string $client = null): ?string
|
||||
{
|
||||
if (Arr::get($request, 'properties.like-of') || Arr::get($request, 'like-of')) {
|
||||
return resolve(LikeService::class)->create($request)->longurl;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue