Skip to content

Commit 5df70a1

Browse files
author
ahmadhussnain
committed
Api/CategoryController has been updated.
* We're using the custom URLScheme trait to analyzing the development environment. * Now categories index method will show categories order by id. * Our controller is using the custom method storeUpdateCategoryPhoto which will basically store the file also update the file.
1 parent f85f64f commit 5df70a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/Http/Controllers/Api/CategoryController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
use Illuminate\Support\Facades\URL;
1313
use Symfony\Component\HttpFoundation\Response;
1414

15+
// Updated
1516
class CategoryController extends Controller
1617
{
1718
use URLScheme;

0 commit comments

Comments
 (0)