You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
class UserMadeComment extends Achievement
{
/*
* The achievement name
*/
public $name = trans('achievements.made-first-comment-name');
/*
* A small description for the achievement
*/
public $description = trans('achievements.made-first-comment-description');
}
results in
because trans won't work on constants
The text was updated successfully, but these errors were encountered: