File tree Expand file tree Collapse file tree 13 files changed +15
-15
lines changed
Expand file tree Collapse file tree 13 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ use Illuminate\Console\Command;
55/**
66 * {{studly_name}} Command
77 *
8- * @link https://docs.octobercms.com/3 .x/extend/console-commands.html
8+ * @link https://docs.octobercms.com/4 .x/extend/console-commands.html
99 */
1010class {{studly_name}} extends Command
1111{
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ use Cms\Classes\ComponentBase;
55/**
66 * {{studly_name}} Component
77 *
8- * @link https://docs.octobercms.com/3 .x/extend/cms-components.html
8+ * @link https://docs.octobercms.com/4 .x/extend/cms-components.html
99 */
1010class {{studly_name}} extends ComponentBase
1111{
@@ -18,7 +18,7 @@ class {{studly_name}} extends ComponentBase
1818 }
1919
2020 /**
21- * @link https://docs.octobercms.com/3 .x/element/inspector-types.html
21+ * @link https://docs.octobercms.com/4 .x/element/inspector-types.html
2222 */
2323 public function defineProperties()
2424 {
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ use October\Contracts\Element\FilterElement;
88/**
99 * {{studly_name}} Content Field
1010 *
11- * @link https://docs.octobercms.com/3 .x/extend/tailor-fields.html
11+ * @link https://docs.octobercms.com/4 .x/extend/tailor-fields.html
1212 */
1313class {{studly_name}} extends ContentFieldBase
1414{
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ use Backend\Classes\Controller;
66/**
77 * {{title_name}} Backend Controller
88 *
9- * @link https://docs.octobercms.com/3 .x/extend/system/controllers.html
9+ * @link https://docs.octobercms.com/4 .x/extend/system/controllers.html
1010 */
1111class {{studly_name}} extends Controller
1212{
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ use Backend\Classes\FilterWidgetBase;
55/**
66 * {{studly_name}} Filter Widget
77 *
8- * @link https://docs.octobercms.com/3 .x/extend/lists/filter-widgets.html
8+ * @link https://docs.octobercms.com/4 .x/extend/lists/filter-widgets.html
99 */
1010class {{studly_name}} extends FilterWidgetBase
1111{
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ use Backend\Classes\FormWidgetBase;
55/**
66 * {{studly_name}} Form Widget
77 *
8- * @link https://docs.octobercms.com/3 .x/extend/forms/form-widgets.html
8+ * @link https://docs.octobercms.com/4 .x/extend/forms/form-widgets.html
99 */
1010class {{studly_name}} extends FormWidgetBase
1111{
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ use October\Rain\Database\Updates\Migration;
66/**
77 * {{studly_name}} Migration
88 *
9- * @link https://docs.octobercms.com/3 .x/extend/database/structure.html
9+ * @link https://docs.octobercms.com/4 .x/extend/database/structure.html
1010 */
1111return new class extends Migration
1212{
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ use October\Rain\Database\Updates\Migration;
77/**
88 * {{studly_name}} Migration
99 *
10- * @link https://docs.octobercms.com/3 .x/extend/database/structure.html
10+ * @link https://docs.octobercms.com/4 .x/extend/database/structure.html
1111 */
1212return new class extends Migration
1313{
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ use October\Rain\Database\Updates\Migration;
66/**
77 * {{studly_name}} Migration
88 *
9- * @link https://docs.octobercms.com/3 .x/extend/database/structure.html
9+ * @link https://docs.octobercms.com/4 .x/extend/database/structure.html
1010 */
1111return new class extends Migration
1212{
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ use October\Rain\Database\Updates\Migration;
77/**
88 * {{studly_name}} Migration
99 *
10- * @link https://docs.octobercms.com/3 .x/extend/database/structure.html
10+ * @link https://docs.octobercms.com/4 .x/extend/database/structure.html
1111 */
1212return new class extends Migration
1313{
You can’t perform that action at this time.
0 commit comments