/** * Build a new Seed. */ public function __construct() { $this->model = new Page(); parent::__construct(); }
public function __construct(Hasher $hasher, Filesystem $files) { parent::__construct(); $this->hasher = $hasher; $this->files = $files; }