Merge pull request #1352 from laravie/patch/code-standard
[Code Standard] Slight improvement to use of tab over space and curly bracket
This commit is contained in:
@@ -457,7 +457,8 @@ abstract class Model {
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function touch(){
|
||||
public function touch()
|
||||
{
|
||||
$this->timestamp();
|
||||
$this->save();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user