Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
コード例はこれから来ます
ログインせず、電子メールからリンクをクリックしてユーザー ID を取得しなかったコード例を混乱させましたか?
$user = Sentry::findUserById(1);
例がはっきりしない 別の関数を見つけた
$user = Sentry::findUserByResetPasswordCode($code);