Skip to content

Commit c890f89

Browse files
committed
Added missing docbok for Layout::chart
1 parent 2654359 commit c890f89

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Support/Facades/Layout.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
use Orchid\Screen\Layouts\Tabs;
2424
use Orchid\Screen\Layouts\View;
2525
use Orchid\Screen\Layouts\Wrapper;
26+
use Orchid\Screen\Layouts\Chart;
2627

2728
/**
2829
* Class Layout.
@@ -46,6 +47,7 @@
4647
* @method static Browsing browsing(string $src) Creates a new browsing layout with the given src.
4748
* @method static Metric metrics(array $labels) Creates a new metrics layout with the given labels.
4849
* @method static Split split(array $layouts) Creates a new split layout with the given layout data.
50+
* @method static Chart chart(string $target, string $title = null) Creates a new chart layout with the given title.
4951
*/
5052
class Layout extends Facade
5153
{

0 commit comments

Comments
 (0)