diff --git a/src/Support/Facades/Dashboard.php b/src/Support/Facades/Dashboard.php index 966b8a0d2..23ab7bd4b 100644 --- a/src/Support/Facades/Dashboard.php +++ b/src/Support/Facades/Dashboard.php @@ -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 {