Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Jul 17, 2023
1 parent cb40f05 commit 36b062a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Console/Commands/Traits/PublishableStubTrait.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
<?php

namespace Backpack\Generators\Console\Commands\Traits;

use Illuminate\Support\Str;

trait PublishableStubTrait
{
/**
* Return the path to the stub
* Return the path to the stub.
*/
public function getStubPath(string $path): string
{
Expand Down

0 comments on commit 36b062a

Please sign in to comment.