mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-18 10:16:49 +00:00
Add notice
This commit is contained in:
@@ -6,6 +6,7 @@ use Illuminate\Console\Command;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class CorrectionSkeleton
|
* Class CorrectionSkeleton
|
||||||
|
* TODO DONT FORGET TO ADD THIS TO THE DOCKER BUILD
|
||||||
*/
|
*/
|
||||||
class CorrectionSkeleton extends Command
|
class CorrectionSkeleton extends Command
|
||||||
{
|
{
|
||||||
|
@@ -6,6 +6,7 @@ use Illuminate\Console\Command;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class ReportSkeleton
|
* Class ReportSkeleton
|
||||||
|
* TODO DONT FORGET TO ADD THIS TO THE DOCKER BUILD
|
||||||
*/
|
*/
|
||||||
class ReportSkeleton extends Command
|
class ReportSkeleton extends Command
|
||||||
{
|
{
|
||||||
|
@@ -5,7 +5,8 @@ namespace FireflyIII\Console\Commands\Upgrade;
|
|||||||
use Illuminate\Console\Command;
|
use Illuminate\Console\Command;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Class UpgradeSkeleton
|
* Class UpgradeSkeleton.
|
||||||
|
* TODO DONT FORGET TO ADD THIS TO THE DOCKER BUILD
|
||||||
*/
|
*/
|
||||||
class UpgradeSkeleton extends Command
|
class UpgradeSkeleton extends Command
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user