Skip to content

Commit e55cf2f

Browse files
authored
Update providers.md
1 parent 283b789 commit e55cf2f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

providers.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Artisan 命令行可以生成一个新的提供者通过 `make:provider` 命令
3636

3737

3838
现在,让我们来看看基本的服务提供者。在你的任意一个服务提供者方法中,你总是可以通过访问 `$app` 属性使用服务容器:
39+
3940
<?php
4041

4142
namespace App\Providers;
@@ -165,4 +166,4 @@ Laravel 编译并保存了一份清单,包括由延缓服务提供者所提供
165166
## 译者署名
166167
| 用户名 | 头像 | 职能 | 签名 |
167168
|---|---|---|---|
168-
| [@e421083458](https://github.com/e421083458) | <img class="avatar-66 rm-style" src="https://dn-phphub.qbox.me/uploads/avatars/10802_1486368142.jpeg?imageView2/1/w/100/h/100"> | 翻译 | Github求star,[@e421083458](https://github.com/e421083458/) at Github |
169+
| [@e421083458](https://github.com/e421083458) | <img class="avatar-66 rm-style" src="https://dn-phphub.qbox.me/uploads/avatars/10802_1486368142.jpeg?imageView2/1/w/100/h/100"> | 翻译 | Github求star,[@e421083458](https://github.com/e421083458/) at Github |

0 commit comments

Comments
 (0)