From c890f892402b599969363c71c5601609e76addbe Mon Sep 17 00:00:00 2001 From: tabuna Date: Fri, 7 Jul 2023 05:39:07 +0300 Subject: [PATCH] Added missing docbok for `Layout::chart` --- src/Support/Facades/Layout.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Support/Facades/Layout.php b/src/Support/Facades/Layout.php index 64deef342..3a774426a 100644 --- a/src/Support/Facades/Layout.php +++ b/src/Support/Facades/Layout.php @@ -23,6 +23,7 @@ use Orchid\Screen\Layouts\Tabs; use Orchid\Screen\Layouts\View; use Orchid\Screen\Layouts\Wrapper; +use Orchid\Screen\Layouts\Chart; /** * Class Layout. @@ -46,6 +47,7 @@ * @method static Browsing browsing(string $src) Creates a new browsing layout with the given src. * @method static Metric metrics(array $labels) Creates a new metrics layout with the given labels. * @method static Split split(array $layouts) Creates a new split layout with the given layout data. + * @method static Chart chart(string $target, string $title = null) Creates a new chart layout with the given title. */ class Layout extends Facade {