Skip to content

Commit

Permalink
remove static and $enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
nliautaud authored Sep 18, 2017
1 parent 79b8ca9 commit 2c2f358
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions 45-PicoUsers/PicoUsers.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,13 @@
* @license http://opensource.org/licenses/MIT The MIT License
* @version 0.2.3
*/
final class PicoUsers extends AbstractPicoPlugin
class PicoUsers extends AbstractPicoPlugin
{
private $user;
private $users;
private $rights;
private $base_url;

/**
* This plugin is enabled by default
*
* @see AbstractPicoPlugin::$enabled
* @var boolean
*/
protected $enabled = true;

/**
* Triggered after Pico has read its configuration
*
Expand Down

0 comments on commit 2c2f358

Please sign in to comment.