Update README.md

This commit is contained in:
候学杰 2018-03-19 15:15:34 +08:00
parent f92c42863f
commit f7e84885bc

View File

@ -20,7 +20,7 @@ $app->routeMiddleware([
'auth' => PdAuth\Middleware\Authenticate::class,
]);
```
注册
注册服务
```PHP
$app->register(PdAuth\PdAuthServiceProvider::class);
```