Update BaseApiController

pull/1626/head
Daniel Supernault 6 years ago
parent 820233adb1
commit 2a42a1c02e
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -227,7 +227,7 @@ class BaseApiController extends Controller
}
$monthHash = hash('sha1', date('Y').date('m'));
$userHash = hash('sha1', $user->id.(string) $user->created_at);
$userHash = hash('sha1', $user->id . (string) $user->created_at);
$photo = $request->file('file');

Loading…
Cancel
Save