Flexiblere Verwendung von get_first
[kivitendo-erp.git] / SL / DB / Helper / Manager.pm
index 5290533..8ebc362 100644 (file)
@@ -20,6 +20,7 @@ sub find_by {
 
 sub get_first {
   shift->get_all(
+    @_,
     limit => 1,
   )->[0];
 }