3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-02-07 17:45:27 +00:00

Remove php7 feature (#3548)

...
This commit is contained in:
Daniel Meltzer
2017-05-08 20:19:34 -05:00
committed by snipe
parent 38372f2b37
commit 82dc06ae19

View File

@ -55,7 +55,7 @@ abstract class Importer
* ObjectImporter constructor.
* @param string $filename
*/
public function __construct(string $filename)
public function __construct($filename)
{
$this->filename = $filename;