fork download
  1. <?php
  2. protected function registered(Request $request, $user)
  3. {
  4. return response()->json(['data' => $user->toArray()], 201);
  5. }
Runtime error #stdin #stdout #stderr 0.02s 24160KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
PHP Parse error:  syntax error, unexpected 'protected' (T_PROTECTED), expecting end of file in /home/vQWPqi/prog.php on line 2