Update Laravel Pint
This commit is contained in:
parent
87e04b063f
commit
b1407af945
9 changed files with 15 additions and 15 deletions
|
@ -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(
|
||||
[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue