Skip to content

Commit 33c7397

Browse files
authored
Removing final keyword since Sylius API may vary... (#27)
... between installations. It does make sense to extend the API client since the API itself is extended.
1 parent 9d4a83d commit 33c7397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SyliusClient.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
/**
2020
* @author Tobias Nyholm <[email protected]>
2121
*/
22-
final class SyliusClient
22+
class SyliusClient
2323
{
2424
/**
2525
* @var HttpClient

0 commit comments

Comments
 (0)