Skip to content

Commit 0d952a3

Browse files
committed
Fix doc return type to static.
1 parent 5b76570 commit 0d952a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Html/Button.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class Button extends Fluent implements Arrayable
1313
* Make a new button instance.
1414
*
1515
* @param string|array $options
16-
* @return Button
16+
* @return static
1717
*/
1818
public static function make($options = [])
1919
{
@@ -28,7 +28,7 @@ public static function make($options = [])
2828
* Make a raw button that does not extend anything.
2929
*
3030
* @param array $options
31-
* @return \Yajra\DataTables\Html\Button
31+
* @return static
3232
*/
3333
public static function raw($options = [])
3434
{

0 commit comments

Comments
 (0)