| 1 | <?php namespace Nwidart\DbExporter; |
||
| 5 | class Server |
||
| 6 | { |
||
| 7 | protected $ignoredFiles = array('..', '.', '.gitkeep'); |
||
| 8 | |||
| 9 | public static $uploadedFiles; |
||
| 10 | |||
| 11 | /** |
||
| 12 | * What the class has to upload (migrations or seeds) |
||
| 13 | * @var |
||
| 14 | */ |
||
| 15 | protected $what; |
||
| 16 | |||
| 17 | public function upload($what) |
||
| 41 | |||
| 42 | private function getRemoteName() |
||
| 47 | } |