Skip to content

Commit

Permalink
fix(interface/guest_building_access): protected abstract
Browse files Browse the repository at this point in the history
  • Loading branch information
stakach committed Sep 12, 2024
1 parent d8a81e3 commit 04ef324
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: placeos-driver
version: 7.2.6
version: 7.2.7
crystal: ">= 1.0.0"

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion src/placeos-driver/interface/guest_building_access.cr
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ abstract class PlaceOS::Driver
abstract def grant_guest_access(name : String, email : String, starting : Int64, ending : Int64) : AccessDetails

# where details is an instance of your AccessDetails subclass
abstract protected def revoke_access(details)
protected abstract def revoke_access(details)
end
end

0 comments on commit 04ef324

Please sign in to comment.