fork download
  1. <?php
  2.  
  3. public function destroy(Article $article)
  4. {
  5. $article->delete();
  6.  
  7. return redirect('/')->with('status', 'Article deleted!');
  8. }
Runtime error #stdin #stdout #stderr 0.02s 24208KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
PHP Parse error:  syntax error, unexpected 'public' (T_PUBLIC), expecting end of file in /home/W2nc5X/prog.php on line 3