Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
some notes
Browse files Browse the repository at this point in the history
todo - show single snapshot in aggregation at once
  • Loading branch information
vvval committed Feb 22, 2016
1 parent 0c8b8ab commit db7a54f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions source/Snapshotter/Controllers/SnapshotsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ public function editAction(
SnapshotSource $snapshotSource
) {
//todo graph
//todo show snapshot at once, if there is one only
/**
* @var Aggregation $aggregation
*/
Expand Down

0 comments on commit db7a54f

Please sign in to comment.