Skip to content

Commit 984c9a8

Browse files
committed
wip
1 parent 386ca35 commit 984c9a8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,8 @@ $this->app->singleton(Service::class, function () {
270270
});
271271
```
272272

273+
The global `config` will always return the latest version of the configuration repository and is therefore safe to use within your application.
274+
273275
### General Memory Leaks
274276

275277
Remember, Octane keeps your application in memory between requests; therefore, adding data to a statically maintained array will result in a memory leak. For example, the following controller has a memory leak since each request to the application will continue to add data to the static `$data` array:

0 commit comments

Comments
 (0)