Пример #1
0
 /**
  * Get the destination file path.
  *
  * @param  string $name
  *
  * @return string
  */
 protected function getDestinationFilePath($name = '')
 {
     return parent::getDestinationFilePath('seeder');
 }
Пример #2
0
 /**
  * Get the destination file path.
  *
  * @param  string $name
  *
  * @return string
  */
 protected function getDestinationFilePath($name = '')
 {
     return parent::getDestinationFilePath('command');
 }