We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1672ef2 commit 4150879Copy full SHA for 4150879
README.md
@@ -97,16 +97,16 @@ use Kyslik\ColumnSortable\Sortable;
97
98
class User extends Model implements AuthenticatableContract, CanResetPasswordContract
99
{
100
- use Authenticatable, CanResetPassword, Sortable;
101
- ...
102
-
103
- public $sortable = ['id',
104
- 'name',
105
- 'email',
106
- 'created_at',
107
- 'updated_at'];
108
109
+ use Authenticatable, CanResetPassword, Sortable;
+ ...
+
+ public $sortable = ['id',
+ 'name',
+ 'email',
+ 'created_at',
+ 'updated_at'];
110
}
111
```
112
0 commit comments