У меня есть следующий код: < /p>
Код: Выделить всё
public function store(Request $request)
{
Community::create($request->validated() + ['user_id' =>auth()->id()]);
Return to_route('communities.index');
}
< /code>
Это возвращает следующую ошибку: < /p>
syntax error, unexpected identifier "Route", expecting ";"
Подробнее здесь: https://stackoverflow.com/questions/743 ... controller
Мобильная версия