lint fix
Tests & Lint & Deploy to Railway / build (2.6.6, 20.x, 8.3) (push) Successful in 2m22s Details
Tests & Lint & Deploy to Railway / deploy (push) Successful in 14s Details

This commit is contained in:
aslan 2024-02-26 10:58:36 +03:00
parent 5f5c3135d8
commit 88cf25014c
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ class DirectionProfileController extends Controller
$directions = Direction::pluck('name', 'id');
return view(
'admin.catalog.direction.direction_profile.edit',
compact('directionProfile','directions')
compact('directionProfile', 'directions')
);
}