Skip to content
This repository was archived by the owner on Feb 14, 2023. It is now read-only.

Commit 49e9cef

Browse files
author
Andrey Helldar
authored
Fixed class not found
`Class 'Helldar\ApiResponse\Illuminate\Support\ServiceProvider' not found`
1 parent 216088f commit 49e9cef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace Helldar\ApiResponse;
44

5-
class ServiceProvider extends Illuminate\Support\ServiceProvider
5+
class ServiceProvider extends \Illuminate\Support\ServiceProvider
66
{
77
// 😀
88
}

0 commit comments

Comments
 (0)