Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
gbrock committed Mar 30, 2015
1 parent 4821f67 commit c51b9a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 157 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -58,7 +58,7 @@ Which would render something like this:

### Sorting

To add links in your headers which sort the indicated column, add the `Sortable` trait to the your model. Since no
To add links in your headers which sort the indicated column, add the `Sortable` trait to your model. Since no
fields are allowed to be sorted by default (for security reasons), also add a `sortable` array containing allowed fields.

```php
Expand Down
156 changes: 0 additions & 156 deletions src/HtmlElement.php

This file was deleted.

0 comments on commit c51b9a8

Please sign in to comment.