Skip to content

Commit 4150879

Browse files
committed
Convert idents to spaces
1 parent 1672ef2 commit 4150879

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -97,16 +97,16 @@ use Kyslik\ColumnSortable\Sortable;
9797

9898
class User extends Model implements AuthenticatableContract, CanResetPasswordContract
9999
{
100-
use Authenticatable, CanResetPassword, Sortable;
101-
...
102-
103-
public $sortable = ['id',
104-
'name',
105-
'email',
106-
'created_at',
107-
'updated_at'];
108-
109-
...
100+
use Authenticatable, CanResetPassword, Sortable;
101+
...
102+
103+
public $sortable = ['id',
104+
'name',
105+
'email',
106+
'created_at',
107+
'updated_at'];
108+
109+
...
110110
}
111111
```
112112

0 commit comments

Comments
 (0)