Skip to content

Commit b6d564a

Browse files
committed
Updating composer version
1 parent 227568f commit b6d564a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jackabox/statamic-plausible-analytics",
33
"description": "Get your Plausible Analytics data right from your Statamic dashboard.",
4-
"version": "1.0.0-beta",
4+
"version": "1.0.0-beta1",
55
"autoload": {
66
"psr-4": {
77
"Jackabox\\Plausible\\": "src"

src/Http/Controllers/DashboardController.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ class DashboardController extends CpController
88
{
99
public function index()
1010
{
11-
if (! config('plausible.key') || ! config('plausible.site')) {
12-
return view ('plausible::no-setup', [
11+
if (!config('plausible.key') || !config('plausible.site')) {
12+
return view('plausible::no-setup', [
1313
'title' => 'Analytics'
1414
]);
1515
}

0 commit comments

Comments
 (0)