Коммит обновленной файла для управления коллекциями (при переходе на ларавель 5)
This commit is contained in:
@ -1,8 +1,8 @@
|
|||||||
<?php namespace Majestic\Model;
|
<?php namespace Majestic\Model;
|
||||||
|
|
||||||
use Illuminate\Support\Contracts\ArrayableInterface;
|
use Illuminate\Contracts\Support\Arrayable;
|
||||||
|
|
||||||
class SqlResultCollection extends \ArrayIterator implements iSqlResultItems, ArrayableInterface
|
class SqlResultCollection extends \ArrayIterator implements iSqlResultItems, Arrayable
|
||||||
{
|
{
|
||||||
private $items;
|
private $items;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user