I am very new to the laravel tinker part, I have one model based on that model I am trying to update some column value but it's throwing an error please help me to resolve the issue.
User::update(["status"=>"active"])->where ('id',1);
Error I am getting is
PHP FATAL error: class 'User' not found in psy shell code on line1