Removed newline

This commit is contained in:
Simon Sessingø
2021-03-22 18:34:14 +01:00
parent 2fb59854be
commit f74252e8cc

View File

@@ -212,7 +212,6 @@ class RouterRouteTest extends \PHPUnit\Framework\TestCase
public function testSameRoutes()
{
TestRouter::get('/recipe', 'DummyController@method1')->name('add');
TestRouter::post('/recipe', 'DummyController@method2')->name('edit');