Commit fd86aef2 by crynobone

Trivial improvement to Laravel, while it is not documented, it has been a…

Trivial improvement to Laravel, while it is not documented, it has been a standard in Laravel to use tab as indentation and new line for curly bracket

Signed-off-by: crynobone <crynobone@gmail.com>
parent 2e836499
...@@ -457,7 +457,8 @@ abstract class Model { ...@@ -457,7 +457,8 @@ abstract class Model {
* *
* @return void * @return void
*/ */
public function touch(){ public function touch()
{
$this->timestamp(); $this->timestamp();
$this->save(); $this->save();
} }
......
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