Don't use property type hints

This commit is contained in:
Chris Kankiewicz
2021-02-23 21:49:46 -07:00
parent 27f3473c51
commit f8c5c4fcdb

View File

@@ -11,7 +11,8 @@ class ModifiedTime extends ViewFunction
/** @var string The function name */
protected $name = 'modified_time';
private Config $config;
/** @var Config The application config */
private $config;
public function __construct(Config $config)
{