Arrayable.php
| 184 B | Satir:
0
| php
Geri
<?php namespace Illuminate\Contracts\Support; interface Arrayable { /** * Get the instance as an array. * * @return array */ public function toArray(); }
Kaydet
Ctrl+S ile kaydet