Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions src/Support/Facades/Dashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@
/**
* Class Dashboard.
*
* @method static Collection getSearch()
* @method static Collection getPermission()
* @method static Collection getAllowAllPermission()
* @method static string version()
* @method static string prefix(string $path = '')
* @method static configure(array $options)
* @method static option(string $key, ?string $default = null)
* @method static mixed modelClass(string $key, string $default = null)
* @method static string model(string $key, string $default = null)
* @method static useModel(string $key, string $custom)
* @method static bool checkUpdate()
* @method static self setCurrentScreen(Screen $screen, bool $partialRequest = false)
* @method static Screen|null getCurrentScreen()
* @method static bool isPartialRequest()
* @method static Collection getSearch()
* @method static Collection getPermission()
* @method static Collection getAllowAllPermission()
* @method static string version()
* @method static string prefix(string $path = '')
* @method static void configure(array $options)
* @method static mixed option(string $key, ?string $default = null)
* @method static mixed modelClass(string $key, string $default = null)
* @method static class-string model(string $key, string $default = null)
* @method static void useModel(string $key, string $custom)
* @method static bool checkUpdate()
* @method static self setCurrentScreen(Screen $screen, bool $partialRequest = false)
* @method static Screen|null getCurrentScreen()
* @method static bool isPartialRequest()
*/
class Dashboard extends Facade
{
Expand Down
Loading