Exemplo n.º 1
0
 /**
  * Get the destination file path.
  *
  * @param  string $name
  *
  * @return string
  */
 protected function getDestinationFilePath($name = '')
 {
     return parent::getDestinationFilePath('seeder');
 }
Exemplo n.º 2
0
 /**
  * Get the destination file path.
  *
  * @param  string $name
  *
  * @return string
  */
 protected function getDestinationFilePath($name = '')
 {
     return parent::getDestinationFilePath('command');
 }