Upgrade to Laravel 13
This commit is contained in:
parent
e8e2bff5e4
commit
9f012b01e4
117 changed files with 1878 additions and 2215 deletions
|
|
@ -46,7 +46,7 @@ class PlacesTest extends TestCase
|
|||
$place = Place::factory()->create([
|
||||
'name' => 'The Bridgewater Pub',
|
||||
]);
|
||||
$this->assertEquals(config('app.url') . '/places/the-bridgewater-pub', $place->uri);
|
||||
$this->assertEquals(config('app.url').'/places/the-bridgewater-pub', $place->uri);
|
||||
}
|
||||
|
||||
#[Test]
|
||||
|
|
|
|||
Loading…
Reference in a new issue