From 05676dccbbbf8df5f654d5102c883ab726e95338 Mon Sep 17 00:00:00 2001 From: Dennis Mwea Date: Fri, 20 Mar 2020 18:01:07 +0300 Subject: [PATCH] Fix namespace --- src/Table/Cell.php | 3 ++- src/Table/Row.php | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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 +}