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 8c3c09e commit f193125Copy full SHA for f193125
stubs/widget.stub
@@ -13,7 +13,7 @@ namespace DummyNamespace;
13
* | public $cacheLifeTime = 0; (use it to override the default value in config file)
14
* | public $contextAs = '$data'; (Default is : '$data')
15
* | public $template; (optional) (By default it looks for the view file generated by artisan)
16
- * | public $cacheTags = []; (optional) (Not available for 'file system' cache driver)
+ * | public $cacheTags = []; (optional) (Available for all cache driver)
17
* |--------------------------------------------------------------------------
18
*/
19
class DummyClass
0 commit comments