Skip to content

Commit

Permalink
Fix namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis-Mwea committed Mar 20, 2020
1 parent e98fa88 commit 05676dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/Table/Cell.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?php

namespace Dytechltd\CustomTable\Table;

use Dytechltd\CustomTable\ToArrayInterface;

Expand Down Expand Up @@ -38,4 +39,4 @@ public function toArray(): array
'id' => $this->id,
];
}
}
}
3 changes: 2 additions & 1 deletion src/Table/Row.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?php

namespace Dytechltd\CustomTable\Table;

use Dytechltd\CustomTable\ToArrayInterface;

Expand Down Expand Up @@ -32,4 +33,4 @@ public function toArray(): array
'view' => $this->viewLink,
];
}
}
}

0 comments on commit 05676dc

Please sign in to comment.