mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-12-27 17:31:09 -06:00
Small bug fixes.
This commit is contained in:
parent
be58da539e
commit
631bafc6ab
@ -78,7 +78,7 @@ class AttachmentController extends Controller
|
|||||||
* @throws FireflyException
|
* @throws FireflyException
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public function download(Attachment $attachment, AttachmentHelperInterface $helper)
|
public function download(Attachment $attachment)
|
||||||
{
|
{
|
||||||
// create a disk.
|
// create a disk.
|
||||||
$disk = Storage::disk('upload');
|
$disk = Storage::disk('upload');
|
||||||
|
@ -55,7 +55,10 @@ use Watson\Validating\ValidatingTrait;
|
|||||||
* @property-read string $source_account_id
|
* @property-read string $source_account_id
|
||||||
* @property-read string $source_account_name
|
* @property-read string $source_account_name
|
||||||
* @property-read string $source_account_type
|
* @property-read string $source_account_type
|
||||||
* @property string $process_date
|
* @property \Carbon\Carbon $process_date
|
||||||
|
* @property int $account_id
|
||||||
|
* @property float $journalAmount
|
||||||
|
* @property string $account_name
|
||||||
* @method static \Illuminate\Database\Query\Builder|\FireflyIII\Models\TransactionJournal whereId($value)
|
* @method static \Illuminate\Database\Query\Builder|\FireflyIII\Models\TransactionJournal whereId($value)
|
||||||
* @method static \Illuminate\Database\Query\Builder|\FireflyIII\Models\TransactionJournal whereCreatedAt($value)
|
* @method static \Illuminate\Database\Query\Builder|\FireflyIII\Models\TransactionJournal whereCreatedAt($value)
|
||||||
* @method static \Illuminate\Database\Query\Builder|\FireflyIII\Models\TransactionJournal whereUpdatedAt($value)
|
* @method static \Illuminate\Database\Query\Builder|\FireflyIII\Models\TransactionJournal whereUpdatedAt($value)
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
return [
|
return [
|
||||||
'chart' => 'chartjs',
|
'chart' => 'chartjs',
|
||||||
'version' => '3.7.2.3',
|
'version' => '3.8.0',
|
||||||
'index_periods' => ['1D', '1W', '1M', '3M', '6M', '1Y', 'custom'],
|
'index_periods' => ['1D', '1W', '1M', '3M', '6M', '1Y', 'custom'],
|
||||||
'budget_periods' => ['daily', 'weekly', 'monthly', 'quarterly', 'half-year', 'yearly'],
|
'budget_periods' => ['daily', 'weekly', 'monthly', 'quarterly', 'half-year', 'yearly'],
|
||||||
'csv_import_enabled' => true,
|
'csv_import_enabled' => true,
|
||||||
|
Loading…
Reference in New Issue
Block a user