Skip to content

Commit

Permalink
add account and authority
Browse files Browse the repository at this point in the history
  • Loading branch information
turahe committed Apr 29, 2019
1 parent fb0ad35 commit 528d538
Show file tree
Hide file tree
Showing 3 changed files with 291 additions and 2 deletions.
290 changes: 290 additions & 0 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions src/Authentication/User/Account.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@

namespace O2System\Security\Authentication\User;

// ------------------------------------------------------------------------

use O2System\Spl\Patterns\Structural\Repository\AbstractRepository;

/**
Expand Down
1 change: 1 addition & 0 deletions src/Authentication/User/Authority.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

namespace O2System\Security\Authentication\User;


use O2System\Spl\Patterns\Structural\Repository\AbstractRepository;

class Authority extends AbstractRepository
Expand Down

0 comments on commit 528d538

Please sign in to comment.