We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b621b0e commit 792da84Copy full SHA for 792da84
src/Illuminate/Support/Stringable.php
@@ -27,34 +27,6 @@ public function __construct($value = '')
27
$this->value = (string) $value;
28
}
29
30
- /**
31
- * The cache of snake-cased words.
32
- *
33
- * @var array
34
- */
35
- protected static $snakeCache = [];
36
-
37
38
- * The cache of camel-cased words.
39
40
41
42
- protected static $camelCache = [];
43
44
45
- * The cache of studly-cased words.
46
47
48
49
- protected static $studlyCache = [];
50
51
52
- * The callback that should be used to generate UUIDs.
53
54
- * @var callable
55
56
- protected static $uuidFactory;
57
58
/**
59
* Return the remainder of a string after the first occurrence of a given value.
60
*
0 commit comments