Skip to content

Commit

Permalink
Added types for Dashboard facade
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna committed Mar 19, 2024
1 parent 41c3434 commit 2e1fefe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Support/Facades/Dashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
* @method static string prefix(string $path = '')
* @method static configure(array $options)
* @method static option(string $key, ?string $default = null)
* @method static modelClass(string $key, string $default = null)
* @method static mixed modelClass(string $key, string $default = null)
* @method static model(string $key, string $default = null)
* @method static useModel(string $key, string $custom)
* @method static bool checkUpdate()
* @method static setCurrentScreen(Screen $screen, bool $partialRequest = false)
* @method static self setCurrentScreen(Screen $screen, bool $partialRequest = false)
* @method static Screen|null getCurrentScreen()
* @method static bool isPartialRequest()
*/
Expand Down

0 comments on commit 2e1fefe

Please sign in to comment.