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