mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 23:45:10 +00:00
Added new lines.
This commit is contained in:
@@ -96,4 +96,4 @@ class AttachmentCollector extends BasicCollector implements CollectorInterface
|
||||
$this->explanationString .= $string;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -55,4 +55,4 @@ class BasicCollector
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -34,4 +34,4 @@ interface CollectorInterface
|
||||
*/
|
||||
public function setFiles(Collection $files);
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -66,4 +66,4 @@ class UploadCollector extends BasicCollector implements CollectorInterface
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -58,4 +58,4 @@ class ConfigurationFile
|
||||
return $file;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -420,4 +420,4 @@ class Entry
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -55,4 +55,4 @@ class BasicExporter
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -80,4 +80,4 @@ class CsvExporter extends BasicExporter implements ExporterInterface
|
||||
$this->fileName = storage_path('export') . DIRECTORY_SEPARATOR . $fileName;
|
||||
$this->handler = fopen($this->fileName, 'w');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -39,4 +39,4 @@ interface ExporterInterface
|
||||
*/
|
||||
public function getFileName();
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -63,4 +63,4 @@ class JournalCollector
|
||||
->get(['transaction_journals.*']);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -157,4 +157,4 @@ class Processor
|
||||
{
|
||||
return $this->files;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user