Carbon_Fields\Datastore\Datastore::make PHP Method

make() public static method

An alias of factory().
See also: Datastore::factory()
public static make ( $type )
    public static function make($type)
    {
        return self::factory($type);
    }