I found out that laravel use '??' symbol in php
the example code is
$this->connections->connection($config['connection'] ?? null)
What does '??' mean ?
I found out that laravel use '??' symbol in php
the example code is
$this->connections->connection($config['connection'] ?? null)
What does '??' mean ?