We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b76570 commit 0d952a3Copy full SHA for 0d952a3
src/Html/Button.php
@@ -13,7 +13,7 @@ class Button extends Fluent implements Arrayable
13
* Make a new button instance.
14
*
15
* @param string|array $options
16
- * @return Button
+ * @return static
17
*/
18
public static function make($options = [])
19
{
@@ -28,7 +28,7 @@ public static function make($options = [])
28
* Make a raw button that does not extend anything.
29
30
* @param array $options
31
- * @return \Yajra\DataTables\Html\Button
32
33
public static function raw($options = [])
34
0 commit comments