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:
commit
1a7f2bf27f
|
@ -85,7 +85,7 @@
|
|||
'password' => '',
|
||||
'charset' => 'utf8',
|
||||
'prefix' => '',
|
||||
'schema' => 'public',
|
||||
'schema' => 'public',
|
||||
),
|
||||
|
||||
'sqlsrv' => array(
|
||||
|
|
|
@ -128,7 +128,7 @@ public function logout()
|
|||
|
||||
Session::forget($this->token());
|
||||
|
||||
$this->token = null;
|
||||
$this->token = null;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -457,7 +457,8 @@ public function timestamp()
|
|||
*
|
||||
* @return void
|
||||
*/
|
||||
public function touch(){
|
||||
public function touch()
|
||||
{
|
||||
$this->timestamp();
|
||||
$this->save();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue