Update Laravel Pint

This commit is contained in:
Jonny Barnes 2023-07-27 21:14:23 +01:00
parent 87e04b063f
commit b1407af945
Signed by: jonny
SSH key fingerprint: SHA256:CTuSlns5U7qlD9jqHvtnVmfYV3Zwl2Z7WnJ4/dqOaL8
9 changed files with 15 additions and 15 deletions

View file

@ -18,7 +18,7 @@ class NoteService extends Service
/**
* Create a new note.
*/
public function create(array $request, ?string $client = null): Note
public function create(array $request, string $client = null): Note
{
$note = Note::create(
[