Update composer dependencies
This commit is contained in:
parent
58c179bef2
commit
3c0c375fbb
11 changed files with 127 additions and 122 deletions
|
@ -9,7 +9,7 @@ use Illuminate\Support\Arr;
|
|||
|
||||
abstract class Service
|
||||
{
|
||||
abstract public function create(array $request, string $client = null): Model;
|
||||
abstract public function create(array $request, ?string $client = null): Model;
|
||||
|
||||
protected function getDataByKey(array $request, string $key): ?string
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue