Current File : /home/masbinta/public_html/vendor/tightenco/collect/src/Collect/Contracts/Support/Arrayable.php
<?php

namespace Tightenco\Collect\Contracts\Support;

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