Upgrade to Laravel 13
This commit is contained in:
parent
e8e2bff5e4
commit
9f012b01e4
117 changed files with 1878 additions and 2215 deletions
|
|
@ -50,7 +50,7 @@ class NotesControllerTest extends TestCase
|
|||
public function old_note_urls_redirect(): void
|
||||
{
|
||||
$note = Note::factory()->create();
|
||||
$response = $this->get('/note/' . $note->id);
|
||||
$response = $this->get('/note/'.$note->id);
|
||||
$response->assertRedirect($note->uri);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue