donate custom td colspan 2

This commit is contained in:
xiaomlove
2022-05-07 02:47:21 +08:00
parent 83c0a261db
commit 42bc88e53a
10 changed files with 15 additions and 11 deletions
+2 -2
View File
@@ -14,9 +14,9 @@ class Setting extends NexusModel
*
* @param null $name
* @param null $default
* @return array|\ArrayAccess|false|int|mixed|string|null
* @return mixed
*/
public static function get($name = null, $default = null)
public static function get($name = null, $default = null): mixed
{
$settings = NexusDB::remember("nexus_settings_in_laravel", 600, function () {
return self::getFromDb();