Jump to content

konti1337

Member
  • Posts

    8
  • Joined

  • Last visited

Everything posted by konti1337

  1. Acum am alta problema : Parse error: syntax error, unexpected '?' protected function getKeyForSaveQuery() { return $this->original[$this->getKeyName()] ?? $this->getKey(); }
  2. 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...