Skip to content

Commit

Permalink
Added missing docbok for Layout::chart
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna committed Jul 7, 2023
1 parent 2654359 commit c890f89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Support/Facades/Layout.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
{
Expand Down

0 comments on commit c890f89

Please sign in to comment.