• File: Arrayable.php
  • Full Path: /home/masbinta/public_html/core/vendor/tightenco/collect/src/Collect/Contracts/Support/Arrayable.php
  • File size: 191 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php

namespace Tightenco\Collect\Contracts\Support;

interface Arrayable
{
    /**
     * Get the instance as an array.
     *
     * @return array
     */
    public function toArray();
}