Yeah, you need to add property in block controller
public $fileOrder;
An it will look something like that:
class Controller extends BlockController
{
public $fileOrder;
// rest of methods
}
Yeah, you need to add property in block controller
public $fileOrder;
An it will look something like that:
class Controller extends BlockController
{
public $fileOrder;
// rest of methods
}