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