Skip to content

Commit

Permalink
v73.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gammamatrix committed Feb 28, 2024
1 parent 36ff19e commit 7773ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Facades/Ui.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* @method static ?Theme getTheme(string $themeKey)
* @method static bool hasTheme(string $themeKey)
* @method static \Playground\Blade\Ui saveTheme(Theme $theme)
* @method static \Playground\Blade\Ui setTheme(string $themeKey = '')
* @method static \Playground\Blade\Ui setTheme(string $themeKey = '', bool $save = true)
*/
class Ui extends Facade
{
Expand Down

0 comments on commit 7773ab4

Please sign in to comment.