Skip to content

Commit 640a48c

Browse files
authored
Merge pull request #238 from fridzema/patch-1
Proper indentation
2 parents f725bb5 + aa213ad commit 640a48c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ use Kodeine\Acl\Traits\HasRole;
7474

7575
class User extends Model implements AuthenticatableContract, CanResetPasswordContract
7676
{
77-
use Authenticatable, CanResetPassword, HasRole;
77+
use Authenticatable, CanResetPassword, HasRole;
7878
}
7979
```
8080

0 commit comments

Comments
 (0)