Explorar o código

Update ExportSettings

Daniel Supernault %!s(int64=6) %!d(string=hai) anos
pai
achega
a23900ed8b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/Http/Controllers/Settings/ExportSettings.php

+ 1 - 1
app/Http/Controllers/Settings/ExportSettings.php

@@ -106,7 +106,7 @@ trait ExportSettings
     	$limit = 300;
 
     	$profile = Auth::user()->profile;
-    	$type = $request->input('type') == 'ap' ? 'ap' : 'api';
+    	$type = 'ap';
 
     	$count = Status::select('id')->whereProfileId($profile->id)->count();
     	if($count > $limit) {