Mercurial > packages > magicforger
comparison src/Replacer/TableReplacer.php @ 5:b0b2e79ad8e6
Not exatly sure what was changed but commiting to it :)
| author | luka |
|---|---|
| date | Thu, 12 Oct 2023 19:41:04 -0400 |
| parents | |
| children | b46922d4a301 |
comparison
equal
deleted
inserted
replaced
| 4:a20439b1c9d3 | 5:b0b2e79ad8e6 |
|---|---|
| 1 <?php | |
| 2 | |
| 3 namespace Wizzard\MagicForger\Replacer; | |
| 4 | |
| 5 use Illuminate\Support\Str; | |
| 6 | |
| 7 trait Replacer | |
| 8 { | |
| 9 protected function get_columns() | |
| 10 { | |
| 11 return $this->getTables()->getColumns(); | |
| 12 } | |
| 13 | |
| 14 protected function get_attributes() | |
| 15 { | |
| 16 } | |
| 17 } |
