Skip to content

Commit

Permalink
Update widget.stub
Browse files Browse the repository at this point in the history
  • Loading branch information
imanghafoori1 authored Feb 12, 2018
1 parent 8c3c09e commit f193125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/widget.stub
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace DummyNamespace;
* | public $cacheLifeTime = 0; (use it to override the default value in config file)
* | public $contextAs = '$data'; (Default is : '$data')
* | public $template; (optional) (By default it looks for the view file generated by artisan)
* | public $cacheTags = []; (optional) (Not available for 'file system' cache driver)
* | public $cacheTags = []; (optional) (Available for all cache driver)
* |--------------------------------------------------------------------------
*/
class DummyClass
Expand Down

0 comments on commit f193125

Please sign in to comment.