automation
This commit is contained in:
@@ -0,0 +1 @@
|
||||
{"version":1,"defects":[],"times":{"Tests\\Unit\\ExampleTest::test_example":0.002,"Tests\\Feature\\ExampleTest::test_example":0.15}}
|
||||
@@ -18,3 +18,7 @@ Route::get('/', function () {
|
||||
});
|
||||
|
||||
Route::resource('games', 'GameController');
|
||||
|
||||
Route::get('/hello', function () {
|
||||
return 'create';
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user