Skip to content

Commit 34952ee

Browse files
committed
Merge pull request #1 from 2bj/patch-1
Update README.md
2 parents b99257f + da3b5f3 commit 34952ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You'll only want to use these generators for local development, so you don't wan
1717
```php
1818
public function register()
1919
{
20-
if ($this->app->environment() == 'local') {
20+
if ($this->app->isLocal()) {
2121
$this->app->register('Kurt\Repoist\RepoistServiceProvider');
2222
}
2323
}
@@ -91,4 +91,4 @@ return [
9191
],
9292
9393
];
94-
```
94+
```

0 commit comments

Comments
 (0)