Skip to content

Commit 54e97c6

Browse files
Fix styling
1 parent 591f7b7 commit 54e97c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ protected function getPackageProviders($app)
2626

2727
public function getEnvironmentSetUp($app)
2828
{
29-
//config()->set('database.default', 'testing');
29+
// config()->set('database.default', 'testing');
3030
config()->set('database.default', 'mysql');
3131

3232
/*

0 commit comments

Comments
 (0)