Skip to content

Commit 8123447

Browse files
authored
Update README.md
1 parent b8a8405 commit 8123447

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ class DemoController extends Controller
6565
Data providers can live anywhere, but we'll use `App/Http/DataProviders` for this example.
6666

6767
The simplest data provider is just a class that extends `DataProvider`, any public methods or properties will be available to the page as data.
68-
A **fully featured** data provider might look like this:
68+
69+
A **kitchen sink** data provider might look like this:
6970

7071
```php
7172
<?php

0 commit comments

Comments
 (0)