Docblock fixes

This commit is contained in:
James Brooks
2015-11-04 15:02:56 +00:00
parent 0fed178c34
commit b8e3dcff55
4 changed files with 32 additions and 5 deletions

View File

@@ -31,8 +31,18 @@ class ComponentController extends Controller
{
use DispatchesJobs;
/**
* Array of sub-menu items.
*
* @var array
*/
protected $subMenu = [];
/**
* Creates a new component controller instance.
*
* @return void
*/
public function __construct()
{
$this->subMenu = [