added uuid query scope
This commit is contained in:
@@ -77,4 +77,13 @@ interface MetaContract
|
||||
* @return void
|
||||
*/
|
||||
public function setRawUuid( \Ramsey\Uuid\Uuid $uuid );
|
||||
|
||||
/**
|
||||
* Get the model that has this UUID.
|
||||
*
|
||||
* @param string $uuid
|
||||
*
|
||||
* @return \Illuminate\Database\Eloquent\Builder
|
||||
*/
|
||||
public static function withUuid( $uuid );
|
||||
}
|
||||
Reference in New Issue
Block a user