Commit ac6e976d authored by domluc's avatar domluc

Fix #845 (typo)

parent 708ef9f2
......@@ -324,7 +324,7 @@ $brandy->name = 'John Brandy';
$koskenkorva = new User();
$koskenkorva->name = 'Mikko Koskenkorva';
$beer = new Stefan();
$beer = new User();
$beer->name = 'Stefan Beer';
$daniels->Friend[0] = $brandy;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment