namespace App\Models\Traits;
trait CanGetTableNameStatically
{
public static function table()
{
return with(new static())->getTable();
}
}
For further actions, you may consider blocking this person and/or reporting abuse
namespace App\Models\Traits;
trait CanGetTableNameStatically
{
public static function table()
{
return with(new static())->getTable();
}
}
For further actions, you may consider blocking this person and/or reporting abuse
Hafiq Iqmal -
Nasrul Hazim Bin Mohamad -
Bobby Iliev -
Nasrul Hazim Bin Mohamad -
Top comments (0)