mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Various refactoring.
This commit is contained in:
@@ -38,7 +38,6 @@ use Illuminate\Support\Collection;
|
||||
/**
|
||||
* Trait AugumentData
|
||||
*
|
||||
* @package FireflyIII\Support\Http\Controllers
|
||||
*/
|
||||
trait AugumentData
|
||||
{
|
||||
|
@@ -26,7 +26,6 @@ namespace FireflyIII\Support\Http\Controllers;
|
||||
/**
|
||||
* Trait BasicDataSupport
|
||||
*
|
||||
* @package FireflyIII\Support\Http\Controllers
|
||||
*/
|
||||
trait BasicDataSupport
|
||||
{
|
||||
|
@@ -40,7 +40,6 @@ use phpseclib\Crypt\RSA;
|
||||
/**
|
||||
* Trait CreateStuff
|
||||
*
|
||||
* @package FireflyIII\Support\Http\Controllers
|
||||
*/
|
||||
trait CreateStuff
|
||||
{
|
||||
|
@@ -30,7 +30,6 @@ use Log;
|
||||
/**
|
||||
* Trait GetConfigurationData
|
||||
*
|
||||
* @package FireflyIII\Support\Http\Controllers
|
||||
*/
|
||||
trait GetConfigurationData
|
||||
{
|
||||
|
@@ -30,7 +30,6 @@ use FireflyIII\Repositories\Journal\JournalRepositoryInterface;
|
||||
/**
|
||||
* Trait ModelInformation
|
||||
*
|
||||
* @package FireflyIII\Support\Http\Controllers
|
||||
*/
|
||||
trait ModelInformation
|
||||
{
|
||||
|
@@ -56,7 +56,6 @@ use Illuminate\Support\Collection;
|
||||
* - start (Carbon), end (Carbon), title (string), spent (string), earned (string), transferred (string)
|
||||
*
|
||||
*
|
||||
* @package FireflyIII\Support\Http\Controllers
|
||||
*/
|
||||
trait PeriodOverview
|
||||
{
|
||||
|
@@ -39,7 +39,6 @@ use Throwable;
|
||||
/**
|
||||
* Trait RenderPartialViews
|
||||
*
|
||||
* @package FireflyIII\Support\Http\Controllers
|
||||
*/
|
||||
trait RenderPartialViews
|
||||
{
|
||||
|
@@ -50,7 +50,6 @@ use Symfony\Component\HttpFoundation\ParameterBag;
|
||||
/**
|
||||
* Trait RequestInformation
|
||||
*
|
||||
* @package FireflyIII\Support\Http\Controllers
|
||||
*/
|
||||
trait RequestInformation
|
||||
{
|
||||
|
@@ -32,7 +32,6 @@ use Throwable;
|
||||
/**
|
||||
* Trait RuleManagement
|
||||
*
|
||||
* @package FireflyIII\Support\Http\Controllers
|
||||
*/
|
||||
trait RuleManagement
|
||||
{
|
||||
|
@@ -35,7 +35,6 @@ use Illuminate\Support\Collection;
|
||||
/**
|
||||
* Trait TransactionCalculation
|
||||
*
|
||||
* @package FireflyIII\Support\Http\Controllers
|
||||
*/
|
||||
trait TransactionCalculation
|
||||
{
|
||||
|
@@ -34,7 +34,6 @@ use URL;
|
||||
/**
|
||||
* Trait UserNavigation
|
||||
*
|
||||
* @package FireflyIII\Support\Http\Controllers
|
||||
*/
|
||||
trait UserNavigation
|
||||
{
|
||||
|
Reference in New Issue
Block a user