Skip to content

Commit

Permalink
refactor!: Rename entity Organization (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
towerhe authored Jul 24, 2023
1 parent fe1fefe commit 7ac20f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

package org.casbin.casdoor.entity;

public class Organization {
public class CasdoorOrganization {
private String owner, name, createdTime, displayName, websiteUrl, favicon, passwordType, passwordSalt, phonePrefix;

public String getOwner() {
Expand Down

0 comments on commit 7ac20f6

Please sign in to comment.