Passed
Push — master ( 6dddc1...77a281 )
by Someshwer
02:21
created
src/Routes/routes.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,7 @@
 block discarded – undo
5 5
  * Date: 07/08/2018
6 6
  * Time: 01:39 AM.
7 7
  */
8
-Route::get('getWorldCountriesPackageInfo', function () {
8
+Route::get('getWorldCountriesPackageInfo', function() {
9 9
     return [
10 10
         'package_name' => 'Laravel - My World',
11 11
         'description'  => 'Laravel WorldCountries is a bundle for Laravel, providing useful world information that is all country names, timezones, ISO country codes, STD codes of countries  etc.
Please login to merge, or discard this patch.