Skip to content

Commit fe6c6ec

Browse files
committed
wip
1 parent 25c731d commit fe6c6ec

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/docs/carts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Out of the box, carts are stored as YAML files in the `content/cargo/carts` dire
4343
```php
4444
// config/statamic/cargo.php
4545

46-
'carts' => [
46+
'carts' => [
4747
'repository' => 'file',
4848

4949
'directory' => base_path('carts'),

docs/docs/orders.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ class RoyalMailPackageDeliveredListener
106106
Cargo includes a few helpful [widgets](https://statamic.dev/widgets/overview) out-of-the-box for things like Total Revenue, New Customers, etc.
107107

108108
Cargo may have already configured widgets during the install process, but you can add and configure them yourself in the `config/statamic/cp.php` file:
109+
109110
```php
110111
// config/statamic/cp.php
111112

0 commit comments

Comments
 (0)