changeset 6:b46922d4a301

Update for psr compliance
author luka
date Thu, 12 Oct 2023 19:44:22 -0400
parents b0b2e79ad8e6
children 769a17898cc0
files src/Replacer/TableReplacer.php
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/Replacer/TableReplacer.php	Thu Oct 12 19:41:04 2023 -0400
+++ b/src/Replacer/TableReplacer.php	Thu Oct 12 19:44:22 2023 -0400
@@ -4,7 +4,7 @@
 
 use Illuminate\Support\Str;
 
-trait Replacer
+trait TableReplacer
 {
     protected function get_columns()
     {