Skip to content

Commit

Permalink
Convert idents to spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyslik committed Nov 25, 2017
1 parent 1672ef2 commit 4150879
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,16 +97,16 @@ use Kyslik\ColumnSortable\Sortable;

class User extends Model implements AuthenticatableContract, CanResetPasswordContract
{
use Authenticatable, CanResetPassword, Sortable;
...

public $sortable = ['id',
'name',
'email',
'created_at',
'updated_at'];
...
use Authenticatable, CanResetPassword, Sortable;
...

public $sortable = ['id',
'name',
'email',
'created_at',
'updated_at'];
...
}
```

Expand Down

0 comments on commit 4150879

Please sign in to comment.