Skip to content

Commit e1e77e6

Browse files
committed
Small fixes
1 parent 3a5ba0f commit e1e77e6

File tree

7 files changed

+628
-476
lines changed

7 files changed

+628
-476
lines changed

app/Mail/OrderShipped.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ public function __construct(string $subject)
1515
$this->subject($subject)
1616
1717
->bcc(['[email protected]'])
18-
->replyTo('[email protected]', 'To name')
19-
->attach(app()->basePath('.env.example'));
18+
->replyTo('[email protected]', 'To name');
2019
}
2120

2221
public function build()

app/Modules/Inspector/Common.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ public function setUpInspector()
1818
public function inspectorRequest()
1919
{
2020
$request = Request::create('/inspector');
21+
2122
Route::dispatch($request);
2223
}
2324

app/Modules/Ray/RayCommon.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,6 @@ function rayXml()
190190
function rayCarbon()
191191
{
192192
ray()->carbon(new \Carbon\Carbon());
193-
194-
$this->assertTrue(true);
195193
}
196194

197195
/** @test */

0 commit comments

Comments
 (0)