mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 20:52:48 +08:00
Apply fixes from StyleCI
This commit is contained in:
@@ -1300,7 +1300,7 @@ abstract class Model implements \JsonSerializable, \ArrayAccess
|
||||
public static function get($data, $with = [], $cache = false)
|
||||
{
|
||||
if (is_null($data)) {
|
||||
return null;
|
||||
return;
|
||||
}
|
||||
|
||||
if (true === $with || is_int($with)) {
|
||||
|
||||
Reference in New Issue
Block a user