Passed
Push — main ( 15a85c...612b86 )
by Richard
05:58
created
routes/api.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,7 @@
 block discarded – undo
3 3
 use Illuminate\Support\Facades\Route;
4 4
 use Furic\HouseAds\Http\Controllers\HouseAdController;
5 5
 
6
-Route::prefix('api')->group(function () {
6
+Route::prefix('api')->group(function() {
7 7
 
8 8
 	Route::resource('house-ads', HouseAdController::class)->only([
9 9
 	    'index', 'show', 'update'
Please login to merge, or discard this patch.