mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Merge pull request #8086 from tonicospinelli/testing
Cover endOfPeriod method of the Navigation class
This commit is contained in:
		| @@ -83,6 +83,7 @@ class CreateDatabase extends Command | ||||
|             $pdo = new PDO($dsn, env('DB_USERNAME'), env('DB_PASSWORD'), $options); | ||||
|         } catch (PDOException $e) { | ||||
|             $this->friendlyError(sprintf('Error when connecting to DB: %s', $e->getMessage())); | ||||
|             return 1; | ||||
|         } | ||||
| 
 | ||||
|         // only continue when no error.
 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user