Skip to content

Commit

Permalink
Define $instance in Controller class (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
p0lemic authored Apr 6, 2020
1 parent d0e081d commit 3a64833
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Sifo/Controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,13 @@ abstract class Controller
*/
protected $params;

/**
* Instance name, this is the folder under 'instances'.
*
* @var string
*/
protected $instance;

/**
* Language used in this controller. Eg.: en_US.
*
Expand Down

0 comments on commit 3a64833

Please sign in to comment.