view 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
line wrap: on
line source

<?php

namespace Wizzard\MagicForger\Replacer;

use Illuminate\Support\Str;

trait Replacer
{
    protected function get_columns()
    {
        return $this->getTables()->getColumns();
    }

    protected function get_attributes()
    {
    }
}