mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 00:24:29 -04:00
Minor fixes
This commit is contained in:
parent
1c9450a6e4
commit
61c033b224
@ -285,7 +285,7 @@ class PreviewController extends BaseController
|
|||||||
return $maker->getCompiledHTML();
|
return $maker->getCompiledHTML();
|
||||||
}
|
}
|
||||||
} catch(\Exception $e) {
|
} catch(\Exception $e) {
|
||||||
nlog($e->getMessage());
|
// nlog($e->getMessage());
|
||||||
DB::connection(config('database.default'))->rollBack();
|
DB::connection(config('database.default'))->rollBack();
|
||||||
|
|
||||||
return;
|
return;
|
||||||
|
@ -33,6 +33,8 @@ class CreditsTest extends TestCase
|
|||||||
use DatabaseTransactions;
|
use DatabaseTransactions;
|
||||||
use AppSetup;
|
use AppSetup;
|
||||||
|
|
||||||
|
private $faker;
|
||||||
|
|
||||||
protected function setUp(): void
|
protected function setUp(): void
|
||||||
{
|
{
|
||||||
parent::setUp();
|
parent::setUp();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user