blob: a20580400caa15548a330cfd2800bc4a3657dec7 [file] [log] [blame]
<?php
namespace Tightenco\Collect\Contracts\Support;
interface Arrayable
{
/**
* Get the instance as an array.
*
* @return array
*/
public function toArray();
}