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 ce7e264 commit 9a6a372Copy full SHA for 9a6a372
src/Payloads/TablePayload.php
@@ -13,7 +13,7 @@ public function __construct(
13
$data = [],
14
$name = ''
15
) {
16
- if (blank($this->name)) {
+ if (empty($this->name)) {
17
$this->name = 'Table';
18
}
19
$this->data = $data;
0 commit comments