From db7a54f670d4686e835a8ab2063ff32dfb893a4d Mon Sep 17 00:00:00 2001 From: Valentin Date: Mon, 22 Feb 2016 13:20:07 +0300 Subject: [PATCH] some notes todo - show single snapshot in aggregation at once --- README.md | 2 +- source/Snapshotter/Controllers/SnapshotsController.php | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ae0cfb..61788ff 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Snapshots management After installation, need to bing `\Spiral\Snapshotter\Debug\AggregatedSnapshot` ```php -if (env('STORE_SNAPSHOTS')) { +if (env('AGGREGATE_SNAPSHOTS')) { $this->container->bind( Debug\SnapshotInterface::class, \Spiral\Snapshotter\Debug\AggregatedSnapshot::class diff --git a/source/Snapshotter/Controllers/SnapshotsController.php b/source/Snapshotter/Controllers/SnapshotsController.php index 77ba714..e368a2e 100644 --- a/source/Snapshotter/Controllers/SnapshotsController.php +++ b/source/Snapshotter/Controllers/SnapshotsController.php @@ -53,6 +53,7 @@ public function editAction( SnapshotSource $snapshotSource ) { //todo graph + //todo show snapshot at once, if there is one only /** * @var Aggregation $aggregation */