diff --git a/src/Table/Cell.php b/src/Table/Cell.php index 1c2cf12..f58b27e 100644 --- a/src/Table/Cell.php +++ b/src/Table/Cell.php @@ -1,5 +1,6 @@ $this->id, ]; } -} \ No newline at end of file +} diff --git a/src/Table/Row.php b/src/Table/Row.php index c59939e..99205c9 100644 --- a/src/Table/Row.php +++ b/src/Table/Row.php @@ -1,5 +1,6 @@ $this->viewLink, ]; } -} \ No newline at end of file +}