Skip to content

Commit dc35d9a

Browse files
committed
Merge branch 'refactor-view-commands' into allow-relative-absolute-from-paths
2 parents 7058ac4 + 49528bb commit dc35d9a

File tree

5 files changed

+0
-5
lines changed

5 files changed

+0
-5
lines changed

src/Console/Commands/Views/ButtonBackpackCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,4 @@ class ButtonBackpackCommand extends PublishOrCreateViewBackpackCommand
4545
* @var string
4646
*/
4747
protected $stub = 'button.stub';
48-
4948
}

src/Console/Commands/Views/ColumnBackpackCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,4 @@ class ColumnBackpackCommand extends PublishOrCreateViewBackpackCommand
4545
* @var string
4646
*/
4747
protected $stub = 'column.stub';
48-
4948
}

src/Console/Commands/Views/FieldBackpackCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,4 @@ class FieldBackpackCommand extends PublishOrCreateViewBackpackCommand
4545
* @var string
4646
*/
4747
protected $stub = 'field.stub';
48-
4948
}

src/Console/Commands/Views/FilterBackpackCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,4 @@ class FilterBackpackCommand extends PublishOrCreateViewBackpackCommand
4545
* @var string
4646
*/
4747
protected $stub = 'filter.stub';
48-
4948
}

src/Console/Commands/Views/WidgetBackpackCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,4 @@ class WidgetBackpackCommand extends PublishOrCreateViewBackpackCommand
4545
* @var string
4646
*/
4747
protected $stub = 'widget.stub';
48-
4948
}

0 commit comments

Comments
 (0)