Владислав Сердобинцев
Results
2
issues of
Владислав Сердобинцев
When I run the project locally in dev or prod mode, everything works. But after I deploy it on a remote server, the module does not work. _The same problem...
Example: ```php declare(strict_types=1); namespace App; use Orchid\Platform\Models\User as Authenticatable; class User extends Authenticatable { /** * @return string */ public function getFullAttribute(): string { return $this->attributes['name'] . ' (' ....