Skip to content

Commit 451c515

Browse files
committed
Remove default installation of query strings
1 parent 52d8bfd commit 451c515

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,6 @@ On this page you can manage the query strings you wish to strip, simply :
8383

8484
You'll see your query string in the list.
8585

86-
#### Defaults
87-
88-
We've provided a few default query strings that will be stripped.
89-
They're added as regular items when you install the addon.
90-
91-
If you don't want / need these, simply delete them!
92-
9386
#### Artisan Command
9487

9588
We have provided an Artisan command to force the creation of defaults.

src/ServiceProvider.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public function registerCommands() : self
7979
}
8080

8181
/**
82-
* Install the default query strings if we're running in console (we're probably in a composer thing)
82+
* Install the default query strings
8383
*
8484
* @return self
8585
*/
@@ -140,7 +140,6 @@ public function bootAddon()
140140
$this->addToNav()
141141
->registerPermissions()
142142
->registerCommands()
143-
->installDefaultQueryStrings()
144143
->configureSSG();
145144
}
146145
}

0 commit comments

Comments
 (0)