laravel-nami-api/src/Nullable.php

12 lines
151 B
PHP
Raw Normal View History

2020-06-29 23:12:16 +02:00
<?php
namespace Zoomyboy\LaravelNami;
interface Nullable {
public function getIsNullAttribute();
2020-06-29 23:29:54 +02:00
public static function getNullValue();
2020-06-29 23:12:16 +02:00
}