Skip to content

Commit aff841b

Browse files
committed
marked class as non final, to improve testability
1 parent 588a910 commit aff841b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Facades/RegistroSportESalute.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* @method static Collection<int, Organization> get()
2121
* @method static array<string, int|string> getById(int $id)
2222
*/
23-
final class RegistroSportESalute extends Facade
23+
class RegistroSportESalute extends Facade
2424
{
2525
protected static function getFacadeAccessor(): string
2626
{

src/RegistroSportESalute.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
* },
3333
* }
3434
*/
35-
final class RegistroSportESalute
35+
class RegistroSportESalute
3636
{
3737
private const string BASE_URL = 'https://registro.sportesalute.eu/api/istruttoria';
3838

0 commit comments

Comments
 (0)