Jump to content

Problema PHP


konti1337
 Share

Recommended Posts

Salut, am eroarea data :

PHP Parse error:  syntax error, unexpected '?'

la linia :

 

protected function finishSave(array $options)
    {
        $this->fireModelEvent('saved', false);

        if ($this->isDirty() && ($options['touch'] ?? true)) {
            $this->touchOwners();
        }

        $this->syncOriginal();
    }

Link to comment
Share on other sites

  • 4 years later...
Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...