Remove unused parameter from NameFixer class

This commit is contained in:
DariusIII
2018-02-08 22:27:04 +01:00
parent 25d4364a93
commit 65990823a3
2 changed files with 1 additions and 5 deletions
+1
View File
@@ -1,4 +1,5 @@
2018-02-08 DariusIII
* Chg: Remove unused parameter from NameFixer class
* Chg: Update laravel/framework to version 5.6.1
* Chg: Add back spatie/laravel-fractal, it supports Laravel 5.6 now
* Chg: Remove Logging class, as it is deprecated
-5
View File
@@ -137,11 +137,6 @@ class NameFixer
*/
public $text;
/**
* @var \nntmux\Groups
*/
public $_groups;
/**
* @var \nntmux\SphinxSearch
*/