Skip to content

Commit f193125

Browse files
Update widget.stub
1 parent 8c3c09e commit f193125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/widget.stub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ namespace DummyNamespace;
1313
* | public $cacheLifeTime = 0; (use it to override the default value in config file)
1414
* | public $contextAs = '$data'; (Default is : '$data')
1515
* | 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)
16+
* | public $cacheTags = []; (optional) (Available for all cache driver)
1717
* |--------------------------------------------------------------------------
1818
*/
1919
class DummyClass

0 commit comments

Comments
 (0)