Completed
Pull Request — master (#5)
by Rougin
01:58
created
src/Exceptions/TableNameNotFoundException.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@
 block discarded – undo
10 10
  */
11 11
 class TableNameNotFoundException extends \PDOException
12 12
 {
13
-	/**
13
+    /**
14 14
      * @var string
15 15
      */
16 16
     protected $message = 'Table name not found on database!';
Please login to merge, or discard this patch.