Add notice

This commit is contained in:
James Cole
2022-01-09 08:19:28 +01:00
parent a6b1a6d0c2
commit 206397cc81
3 changed files with 4 additions and 1 deletions

View File

@@ -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
{ {

View File

@@ -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
{ {

View File

@@ -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
{ {