Signed-off-by: crynobone <crynobone@gmail.com>
@@ -85,7 +85,7 @@ return array(
'password' => '',
'charset' => 'utf8',
'prefix' => '',
- 'schema' => 'public',
+ 'schema' => 'public',
),
'sqlsrv' => array(
@@ -128,7 +128,7 @@ abstract class Driver {
Session::forget($this->token());
- $this->token = null;
+ $this->token = null;
}
/**
@@ -457,7 +457,8 @@ abstract class Model {
*
* @return void
*/
- public function touch(){
+ public function touch()
+ {
$this->timestamp();
$this->save();