Browse Source

fix: correct the warning raised

[ci skip]
Jose Diaz-Gonzalez 8 years ago
parent
commit
f65df2f0fd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Utility/Inflector.php

+ 1 - 1
src/Utility/Inflector.php

@@ -752,7 +752,7 @@ class Inflector
     {
         deprecationWarning(
             'Inflector::slug() is deprecated. ' .
-            'Use Text::getSalt()/setSalt() instead.'
+            'Use Text::slug() instead.'
         );
         $quotedReplacement = preg_quote($replacement, '/');