Skip to content

Commit

Permalink
Merge pull request #10 from oliverpool/patch-1
Browse files Browse the repository at this point in the history
Indicate how to use in nova
  • Loading branch information
alexbowers authored Nov 14, 2018
2 parents d9a3219 + d87b272 commit ea0360c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Deprecated

This is now covered in Nova 1.0.18+ so does not need a package for it.
This is now covered in Nova 1.0.18+ so does not need a package for it:

```php
public static $group = 'name'; // you may also use a public static method of the same name
```

You may continue to use this package if you want to be able to collapse the groups, however I'd recommend going with the core features of Nova.

Expand Down

0 comments on commit ea0360c

Please sign in to comment.