mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
parent
38372f2b37
commit
82dc06ae19
|
@ -55,7 +55,7 @@ abstract class Importer
|
|||
* ObjectImporter constructor.
|
||||
* @param string $filename
|
||||
*/
|
||||
public function __construct(string $filename)
|
||||
public function __construct($filename)
|
||||
{
|
||||
|
||||
$this->filename = $filename;
|
||||
|
|
Loading…
Reference in a new issue