<?php namespace Framework\Database; #[Attribute] class TableName { public string $name; public function __construct(string $name) { $this->name = $name; } }
Powered by TurnKey Linux.