Explorar el Código

fixed class name

tags/0.1.0
Robin Thoni hace 8 años
padre
commit
a57af90b6a
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1
    1
      src/Utils/LuDataAccess.php
  2. 1
    1
      src/Utils/LuMutlipleDbo.php

+ 1
- 1
src/Utils/LuDataAccess.php Ver fichero

@@ -153,6 +153,6 @@ abstract class LuDataAccess {
153 153
         $data = $model->take($perPage)->offset($page * $perPage)->get();
154 154
         $dbo = self::arrayToDbo($data);
155 155
 
156
-        return new LuMultipleBdo($count, $dbo);
156
+        return new LuMultipleDbo($count, $dbo);
157 157
     }
158 158
 }

+ 1
- 1
src/Utils/LuMutlipleDbo.php Ver fichero

@@ -2,7 +2,7 @@
2 2
 
3 3
 namespace Luticate\Utils;
4 4
 
5
-class LuMultipleBdo implements \JsonSerializable {
5
+class LuMultipleDbo implements \JsonSerializable {
6 6
 
7 7
     /**
8 8
      * @var int

Loading…
Cancelar
Guardar