Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

Commit

Permalink
Protected data array
Browse files Browse the repository at this point in the history
  • Loading branch information
Darren Jacoby committed Jun 22, 2017
1 parent 6b3a288 commit ea49978
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 17 deletions.
39 changes: 23 additions & 16 deletions composer.lock

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

2 changes: 1 addition & 1 deletion src/Controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ class Controller
{
protected $active = true;
protected $tree = false;
protected $data = [];

private $class;
private $methods;
private $data = [];

public function __setup()
{
Expand Down

0 comments on commit ea49978

Please sign in to comment.