Skip to content

Commit 36b062a

Browse files
committed
Apply fixes from StyleCI
1 parent cb40f05 commit 36b062a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Console/Commands/Traits/PublishableStubTrait.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
<?php
22

33
namespace Backpack\Generators\Console\Commands\Traits;
4+
45
use Illuminate\Support\Str;
56

67
trait PublishableStubTrait
78
{
89
/**
9-
* Return the path to the stub
10+
* Return the path to the stub.
1011
*/
1112
public function getStubPath(string $path): string
1213
{

0 commit comments

Comments
 (0)