mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-01 12:40:11 +02:00
PHP8
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
namespace DesignPatterns\Structural\FluentInterface;
|
||||
|
||||
class Sql
|
||||
class Sql implements \Stringable
|
||||
{
|
||||
private array $fields = [];
|
||||
private array $from = [];
|
||||
|
Reference in New Issue
Block a user