Update v1.0.6.6

This commit is contained in:
sujitprasad
2016-03-11 18:36:32 +05:30
parent a77b7bf3e7
commit d54019198f
51 changed files with 4234 additions and 2401 deletions

View File

@@ -555,9 +555,10 @@ class ApiController extends Controller
$result[$key]['picture'] = $path;
}
$result = $this->createPagination($result, 10);
//dd($result);
//$result->toJson();
return $result->toJson();
} catch (Exception $e) {
} catch (\Exception $e) {
$error = $e->getMessage();
$line = $e->getLine();
$file = $e->getFile();