mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
New lines at end of file [skip ci]
This commit is contained in:
parent
24bdc319dd
commit
5c35fee0c2
@ -366,4 +366,4 @@ Breadcrumbs::register(
|
|||||||
$breadcrumbs->push(e($journal->description), route('transactions.show', $journal->id));
|
$breadcrumbs->push(e($journal->description), route('transactions.show', $journal->id));
|
||||||
|
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
return [];
|
return [];
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<?php
|
<?php
|
||||||
return [
|
return [
|
||||||
'import' => ''
|
'import' => ''
|
||||||
];
|
];
|
||||||
|
@ -46,4 +46,4 @@ return [
|
|||||||
'6M' => 'half-year',
|
'6M' => 'half-year',
|
||||||
'custom' => 'monthly'
|
'custom' => 'monthly'
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
@ -12,4 +12,4 @@ return [
|
|||||||
*/
|
*/
|
||||||
'debug' => true,
|
'debug' => true,
|
||||||
'log_level' => 'debug',
|
'log_level' => 'debug',
|
||||||
];
|
];
|
||||||
|
@ -34,4 +34,4 @@ return [
|
|||||||
|
|
||||||
],
|
],
|
||||||
|
|
||||||
];
|
];
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
<?php
|
<?php
|
||||||
return ['log_level' => 'debug',];
|
return ['log_level' => 'debug',];
|
||||||
|
@ -9,4 +9,4 @@ return [
|
|||||||
]
|
]
|
||||||
|
|
||||||
]
|
]
|
||||||
];
|
];
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
<?php
|
<?php
|
||||||
return ['log_level' => 'debug',];
|
return ['log_level' => 'debug',];
|
||||||
|
@ -9,4 +9,4 @@ return [
|
|||||||
]
|
]
|
||||||
|
|
||||||
]
|
]
|
||||||
];
|
];
|
||||||
|
@ -237,4 +237,4 @@ class AccountController extends BaseController
|
|||||||
// go back to update screen.
|
// go back to update screen.
|
||||||
return Redirect::route('accounts.edit', $account->id)->withInput(['post_submit_action' => 'return_to_edit']);
|
return Redirect::route('accounts.edit', $account->id)->withInput(['post_submit_action' => 'return_to_edit']);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -202,4 +202,4 @@ class BillController extends BaseController
|
|||||||
return Redirect::route('bills.edit', $bill->id)->withInput(['post_submit_action' => 'return_to_edit']);
|
return Redirect::route('bills.edit', $bill->id)->withInput(['post_submit_action' => 'return_to_edit']);
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -169,4 +169,4 @@ class CategoryController extends BaseController
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -194,4 +194,4 @@ class CurrencyController extends BaseController
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -491,4 +491,4 @@ class GoogleChartController extends BaseController
|
|||||||
return Response::json($this->_chart->getData());
|
return Response::json($this->_chart->getData());
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -51,4 +51,4 @@ class HelpController extends BaseController
|
|||||||
return Response::json(['title' => $helpTitle, 'text' => $helpText]);
|
return Response::json(['title' => $helpTitle, 'text' => $helpText]);
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -99,4 +99,4 @@ class HomeController extends BaseController
|
|||||||
|
|
||||||
return Redirect::intended('/');
|
return Redirect::intended('/');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -62,4 +62,4 @@ class JsonController extends BaseController
|
|||||||
return Response::json($return);
|
return Response::json($return);
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -353,4 +353,4 @@ class PiggyBankController extends BaseController
|
|||||||
return Redirect::route('piggy_banks.edit', $piggyBank->id)->withInput(['post_submit_action' => 'return_to_edit']);
|
return Redirect::route('piggy_banks.edit', $piggyBank->id)->withInput(['post_submit_action' => 'return_to_edit']);
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -73,4 +73,4 @@ class PreferencesController extends BaseController
|
|||||||
return Redirect::route('preferences');
|
return Redirect::route('preferences');
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -66,4 +66,4 @@ class ProfileController extends BaseController
|
|||||||
return Redirect::route('profile');
|
return Redirect::route('profile');
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -90,4 +90,4 @@ class ReminderController extends BaseController
|
|||||||
return View::make('reminders.show', compact('reminder', 'amount'));
|
return View::make('reminders.show', compact('reminder', 'amount'));
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -224,4 +224,4 @@ class RepeatedExpenseController extends BaseController
|
|||||||
return Redirect::route('repeated.edit', $repeatedExpense->id)->withInput(['post_submit_action' => 'return_to_edit']);
|
return Redirect::route('repeated.edit', $repeatedExpense->id)->withInput(['post_submit_action' => 'return_to_edit']);
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -130,4 +130,4 @@ class ReportController extends BaseController
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -35,4 +35,4 @@ class SearchController extends BaseController
|
|||||||
'mainTitleIcon', 'fa-search'
|
'mainTitleIcon', 'fa-search'
|
||||||
)->with('query', $rawQuery)->with('result', $result);
|
)->with('query', $rawQuery)->with('result', $result);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -473,4 +473,4 @@ class TransactionController extends BaseController
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -161,4 +161,4 @@ class UserController extends BaseController
|
|||||||
return View::make('error')->with('message', 'No reset code found!');
|
return View::make('error')->with('message', 'No reset code found!');
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -38,4 +38,4 @@ class AccountTypeSeeder extends Seeder
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -19,4 +19,4 @@ class DefaultUserSeeder extends Seeder
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -558,4 +558,4 @@ class TestContentSeeder extends Seeder
|
|||||||
$group->transactionjournals()->save($one);
|
$group->transactionjournals()->save($one);
|
||||||
$group->transactionjournals()->save($two);
|
$group->transactionjournals()->save($two);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -15,4 +15,4 @@ class TransactionCurrencySeeder extends Seeder
|
|||||||
TransactionCurrency::create(['code' => 'HUF','name' => 'Hungarian forint','symbol' => 'Ft']);
|
TransactionCurrency::create(['code' => 'HUF','name' => 'Hungarian forint','symbol' => 'Ft']);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -17,4 +17,4 @@ class TransactionTypeSeeder extends Seeder
|
|||||||
TransactionType::create(['type' => 'Opening balance']);
|
TransactionType::create(['type' => 'Opening balance']);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -72,4 +72,4 @@ class Chart implements ChartInterface
|
|||||||
'transactions.amount AS actualAmount']
|
'transactions.amount AS actualAmount']
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -28,4 +28,4 @@ interface ChartInterface
|
|||||||
*/
|
*/
|
||||||
public function getBillsSummary(Carbon $start, Carbon $end);
|
public function getBillsSummary(Carbon $start, Carbon $end);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -176,4 +176,4 @@ class PiggyBankPart
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -91,4 +91,4 @@ interface AccountInterface
|
|||||||
* @return bool
|
* @return bool
|
||||||
*/
|
*/
|
||||||
public function storeInitialBalance(\Account $account, array $data);
|
public function storeInitialBalance(\Account $account, array $data);
|
||||||
}
|
}
|
||||||
|
@ -139,4 +139,4 @@ class AccountType implements CUDInterface, CommonDatabaseCallsInterface
|
|||||||
// TODO: Implement getByIds() method.
|
// TODO: Implement getByIds() method.
|
||||||
throw new NotImplementedException;
|
throw new NotImplementedException;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -309,4 +309,4 @@ class Bill implements CUDInterface, CommonDatabaseCallsInterface, BillInterface
|
|||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -38,4 +38,4 @@ interface BillInterface
|
|||||||
*/
|
*/
|
||||||
public function scanEverything(\Bill $bill);
|
public function scanEverything(\Bill $bill);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -372,4 +372,4 @@ class Budget implements CUDInterface, CommonDatabaseCallsInterface, BudgetInterf
|
|||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -28,4 +28,4 @@ interface BudgetInterface
|
|||||||
*/
|
*/
|
||||||
public function transactionsWithoutBudgetInDateRange(Carbon $start, Carbon $end);
|
public function transactionsWithoutBudgetInDateRange(Carbon $start, Carbon $end);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -45,4 +45,4 @@ interface CUDInterface
|
|||||||
*/
|
*/
|
||||||
public function validate(array $model);
|
public function validate(array $model);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -206,4 +206,4 @@ class Category implements CUDInterface, CommonDatabaseCallsInterface
|
|||||||
|
|
||||||
return $sum;
|
return $sum;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -44,4 +44,4 @@ interface CommonDatabaseCallsInterface
|
|||||||
*/
|
*/
|
||||||
public function getByIds(array $objectIds);
|
public function getByIds(array $objectIds);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -59,4 +59,4 @@ class PiggyBank extends PiggyBankShared implements CUDInterface, CommonDatabaseC
|
|||||||
{
|
{
|
||||||
return $this->getUser()->piggyBanks()->where('repeats', 0)->orderBy('name')->get();
|
return $this->getUser()->piggyBanks()->where('repeats', 0)->orderBy('name')->get();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -181,4 +181,4 @@ class PiggyBankShared
|
|||||||
return ['errors' => $errors, 'warnings' => $warnings, 'successes' => $successes];
|
return ['errors' => $errors, 'warnings' => $warnings, 'successes' => $successes];
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -16,4 +16,4 @@ interface PiggyBankInterface
|
|||||||
* @return float
|
* @return float
|
||||||
*/
|
*/
|
||||||
public function leftOnAccount(\Account $account);
|
public function leftOnAccount(\Account $account);
|
||||||
}
|
}
|
||||||
|
@ -119,4 +119,4 @@ class RepeatedExpense extends PiggyBankShared implements CUDInterface, CommonDat
|
|||||||
return $this->getUser()->piggyBanks()->where('repeats', 1)->get();
|
return $this->getUser()->piggyBanks()->where('repeats', 1)->get();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -24,4 +24,4 @@ trait SwitchUser
|
|||||||
{
|
{
|
||||||
$this->_user = $user;
|
$this->_user = $user;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -144,4 +144,4 @@ class Transaction implements CUDInterface, CommonDatabaseCallsInterface
|
|||||||
// TODO: Implement getByIds() method.
|
// TODO: Implement getByIds() method.
|
||||||
throw new NotImplementedException;
|
throw new NotImplementedException;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -149,4 +149,4 @@ class TransactionCurrency implements TransactionCurrencyInterface, CommonDatabas
|
|||||||
{
|
{
|
||||||
return \TransactionCurrency::whereCode($code)->first();
|
return \TransactionCurrency::whereCode($code)->first();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -17,4 +17,4 @@ interface TransactionCurrencyInterface
|
|||||||
*/
|
*/
|
||||||
public function findByCode($code);
|
public function findByCode($code);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -605,4 +605,4 @@ class TransactionJournal implements TransactionJournalInterface, CUDInterface, C
|
|||||||
|
|
||||||
return $query;
|
return $query;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -41,4 +41,4 @@ interface TransactionJournalInterface
|
|||||||
*/
|
*/
|
||||||
public function getSumOfIncomesByMonth(Carbon $date);
|
public function getSumOfIncomesByMonth(Carbon $date);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -130,4 +130,4 @@ class TransactionType implements CUDInterface, CommonDatabaseCallsInterface
|
|||||||
// TODO: Implement getByIds() method.
|
// TODO: Implement getByIds() method.
|
||||||
throw new NotImplementedException;
|
throw new NotImplementedException;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -70,4 +70,4 @@ class User
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -50,4 +50,4 @@ class Account
|
|||||||
\Cache::forget('account.' . $account->id . '.latestBalance');
|
\Cache::forget('account.' . $account->id . '.latestBalance');
|
||||||
\Cache::forget('account.' . $account->id . '.lastActivityDate');
|
\Cache::forget('account.' . $account->id . '.lastActivityDate');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -64,4 +64,4 @@ class Budget
|
|||||||
$events->listen('limits.update', 'FireflyIII\Event\Budget@storeOrUpdateLimit');
|
$events->listen('limits.update', 'FireflyIII\Event\Budget@storeOrUpdateLimit');
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -42,4 +42,4 @@ class Event
|
|||||||
// triggers when others are updated.
|
// triggers when others are updated.
|
||||||
$events->listen('account.destroy', 'FireflyIII\Event\Event@deleteAccount');
|
$events->listen('account.destroy', 'FireflyIII\Event\Event@deleteAccount');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -292,4 +292,4 @@ class PiggyBank
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -52,4 +52,4 @@ class Transaction
|
|||||||
\Cache::forget('account.' . $transaction->account_id . '.latestBalance');
|
\Cache::forget('account.' . $transaction->account_id . '.latestBalance');
|
||||||
\Cache::forget('account.' . $transaction->account_id . '.lastActivityDate');
|
\Cache::forget('account.' . $transaction->account_id . '.lastActivityDate');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -54,4 +54,4 @@ class TransactionJournal
|
|||||||
$repository->scan($entry, $journal);
|
$repository->scan($entry, $journal);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -11,4 +11,4 @@ namespace FireflyIII\Exception;
|
|||||||
class FireflyException extends \Exception
|
class FireflyException extends \Exception
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -10,4 +10,4 @@ namespace FireflyIII\Exception;
|
|||||||
class NotImplementedException extends \Exception
|
class NotImplementedException extends \Exception
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -9,4 +9,4 @@ namespace FireflyIII\Exception;
|
|||||||
class ValidationException extends \Exception
|
class ValidationException extends \Exception
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -118,4 +118,4 @@ class FF3ServiceProvider extends ServiceProvider
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -379,4 +379,4 @@ class Form
|
|||||||
return self::ffInput('text', $name, $value, $options);
|
return self::ffInput('text', $name, $value, $options);
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -90,4 +90,4 @@ class Helper implements HelperInterface
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -49,4 +49,4 @@ interface HelperInterface
|
|||||||
*/
|
*/
|
||||||
public function getRepeatedExpenses();
|
public function getRepeatedExpenses();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -442,4 +442,4 @@ class Report implements ReportInterface
|
|||||||
return $report;
|
return $report;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -139,4 +139,4 @@ class ReportHelper implements ReportHelperInterface
|
|||||||
|
|
||||||
return $array;
|
return $array;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -61,4 +61,4 @@ interface ReportHelperInterface
|
|||||||
*/
|
*/
|
||||||
public function sortNegativeArray(array $array);
|
public function sortNegativeArray(array $array);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -106,4 +106,4 @@ interface ReportInterface
|
|||||||
* @return array
|
* @return array
|
||||||
*/
|
*/
|
||||||
public function yearBalanceReport(Carbon $date);
|
public function yearBalanceReport(Carbon $date);
|
||||||
}
|
}
|
||||||
|
@ -401,4 +401,4 @@ class ReportQuery implements ReportQueryInterface
|
|||||||
]
|
]
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -130,4 +130,4 @@ interface ReportQueryInterface
|
|||||||
*/
|
*/
|
||||||
public function sharedExpensesByCategory(Carbon $start, Carbon $end);
|
public function sharedExpensesByCategory(Carbon $start, Carbon $end);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -104,4 +104,4 @@ class Search
|
|||||||
}
|
}
|
||||||
)->get();
|
)->get();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -21,4 +21,4 @@ class DateKit extends Facade
|
|||||||
return 'datekit';
|
return 'datekit';
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -21,4 +21,4 @@ class FFForm extends Facade
|
|||||||
return 'ffform';
|
return 'ffform';
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -21,4 +21,4 @@ class Filter extends Facade
|
|||||||
return 'filter';
|
return 'filter';
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -21,4 +21,4 @@ class Navigation extends Facade
|
|||||||
return 'navigation';
|
return 'navigation';
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -21,4 +21,4 @@ class Reminders extends Facade
|
|||||||
return 'reminders';
|
return 'reminders';
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -21,4 +21,4 @@ class Steam extends Facade
|
|||||||
return 'steam';
|
return 'steam';
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -87,4 +87,4 @@ class Registration implements RegistrationInterface
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -31,4 +31,4 @@ interface RegistrationInterface
|
|||||||
*/
|
*/
|
||||||
public function sendVerificationMail(\User $user);
|
public function sendVerificationMail(\User $user);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -51,4 +51,4 @@ class Preferences implements PreferencesInterface
|
|||||||
return $pref;
|
return $pref;
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -26,4 +26,4 @@ interface PreferencesInterface
|
|||||||
*/
|
*/
|
||||||
public function set($name, $value);
|
public function set($name, $value);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -266,4 +266,4 @@ class Filter
|
|||||||
|
|
||||||
return $date;
|
return $date;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -42,4 +42,4 @@ class Form
|
|||||||
|
|
||||||
return $selectList;
|
return $selectList;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -66,4 +66,4 @@ class Navigation
|
|||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -98,4 +98,4 @@ class Reminders
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -59,4 +59,4 @@ class Steam
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -26,4 +26,4 @@ class FireflyValidator extends Validator
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -24,4 +24,4 @@ class ValidationServiceProvider extends ServiceProvider
|
|||||||
public function register()
|
public function register()
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -141,4 +141,4 @@ class Account extends Eloquent
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -48,4 +48,4 @@ class AccountMeta extends Eloquent
|
|||||||
$this->attributes['data'] = json_encode($value);
|
$this->attributes['data'] = json_encode($value);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -22,4 +22,4 @@ class AccountType extends Eloquent
|
|||||||
{
|
{
|
||||||
return $this->hasMany('Account');
|
return $this->hasMany('Account');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -114,4 +114,4 @@ class Bill extends Eloquent
|
|||||||
{
|
{
|
||||||
return $this->belongsTo('User');
|
return $this->belongsTo('User');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -47,4 +47,4 @@ class Budget extends Eloquent
|
|||||||
return $this->belongsTo('User');
|
return $this->belongsTo('User');
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -49,4 +49,4 @@ class BudgetLimit extends Eloquent
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -46,4 +46,4 @@ class Category extends Eloquent
|
|||||||
{
|
{
|
||||||
return $this->belongsTo('User');
|
return $this->belongsTo('User');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user