Skip to content

Commit 651371a

Browse files
committed
add files
1 parent 9cbf908 commit 651371a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?php
2+
3+
namespace Illuminate\Contracts\Database\Eloquent;
4+
5+
interface Castable
6+
{
7+
/**
8+
* Get the name of the caster class to use when casting from / to this cast target.
9+
*
10+
* @return string
11+
*/
12+
public static function castUsing();
13+
}

0 commit comments

Comments
 (0)