Jump to content

konti1337

Member
  • Posts

    8
  • Joined

  • Last visited

Posts posted by konti1337

  1. 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();
        }

×
×
  • Create New...