<?php use Illuminate\Support\Facades\Facade; /* * 数据字典 dictionary */ return [ //是否启用 'enabled' => [ '0' => 'No', '1' => 'Yes', ], ];