Skip to content

Commit 1b63304

Browse files
committed
add laravel providers
1 parent e355463 commit 1b63304

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Providers/ServiceProvider.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
namespace Reactphp\Framework\Orm\Providers;
44

5-
use Illuminate\Support\ServiceProvider;
5+
use Illuminate\Support\ServiceProvider as BaseServiceProvider;
66
use Illuminate\Database\Connection;
77
use Reactphp\Framework\Orm\AsyncMysqlConnection;
88
use Reactphp\Framework\Orm\AsyncMysqlConnector;
99

10-
class AppServiceProvider extends ServiceProvider
10+
class ServiceProvider extends BaseServiceProvider
1111
{
1212
/**
1313
* Bootstrap any application services.

0 commit comments

Comments
 (0)