Skip to content

Commit

Permalink
Routes Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeeljavaid committed Nov 6, 2018
1 parent b21f792 commit d6a9c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<?php

Route::get('package/{timezone?}', 'Nabeeljavaid\Pacakge\Controllers\PackageController@index');
Route::get('package/{timezone?}', 'Nabeeljavaid\Package\Controllers\PackageController@index');

0 comments on commit d6a9c4c

Please sign in to comment.