Skip to content

Commit

Permalink
Uppercases in Stubs for Bootraiser Commands
Browse files Browse the repository at this point in the history
  • Loading branch information
RT Filefabrik committed Sep 3, 2024
1 parent 9b9ec05 commit 51acfc3
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 51acfc3

Please sign in to comment.