Skip to content

Commit

Permalink
update #540
Browse files Browse the repository at this point in the history
- Remove constructor from acl as we are inheriting basepackage
  • Loading branch information
oyeaussie committed Jul 9, 2024
1 parent fdba07f commit 916e185
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions system/Base/Providers/AccessServiceProvider/Access/Acl.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ class Acl extends BasePackage
{
protected $acl;

public function __construct()
{
//
}

public function init()
{
$this->acl = new Memory();
Expand Down

0 comments on commit 916e185

Please sign in to comment.