Skip to content

Commit

Permalink
Merge pull request #27 from Filefabrik/v9999
Browse files Browse the repository at this point in the history
Uppercases in Stubs for Bootraiser Commands
  • Loading branch information
Filefabrik authored Sep 3, 2024
2 parents 5000618 + 51acfc3 commit c64a037
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
3 changes: 0 additions & 3 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@
<env name="SESSION_DRIVER" value="array"/>
<env name="QUEUE_DRIVER" value="sync"/>
<env name="MAIL_DRIVER" value="array"/>

<env name="TERMINAL_EMULATOR" value="JetBrains-JediTerm"/>
<env name="PAXSY_CONFIG_PREFIX" value="paxsy"/>
</php>
<source>
<include>
Expand Down
14 changes: 7 additions & 7 deletions stubs/ServiceProvider.php.stub
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ class StubPackageNamespaceServiceProvider extends ServiceProvider
{
Raiser::forProvider($this)
->publishConfigs()
->migrations()
->routes()
->translations()
->views()
->components()
->commands()
->livewire();
->Migrations()
->Routes()
->Translations()
->Views()
->Components()
->Commands()
->Livewire();
}

}

0 comments on commit c64a037

Please sign in to comment.