diff --git a/src/Installer.php b/src/Installer.php index d3a72b51..6c9fbe9b 100644 --- a/src/Installer.php +++ b/src/Installer.php @@ -10,7 +10,6 @@ */ class Installer { - /** * Run the post installation process * @@ -124,5 +123,4 @@ public static function deploy(Event $event = null) fclose($file); } } - } \ No newline at end of file diff --git a/src/Model.php b/src/Model.php index bff73d25..b10a8401 100644 --- a/src/Model.php +++ b/src/Model.php @@ -7,8 +7,8 @@ * * @package Slytherin */ -class Model { - +class Model +{ public $databaseHandle = NULL; /** @@ -32,5 +32,4 @@ public function __construct($databaseName = 'default') $this->databaseHandle->setAttribute(\PDO::ATTR_ERRMODE, \PDO::ERRMODE_EXCEPTION); } - } \ No newline at end of file