Change method boot
use Carbon\Carbon;
public function boot()
{
config(['app.locale' => 'id']);
| import 'dart:io'; | |
| import 'dart:developer' as dev; | |
| import 'package:shelf/shelf_io.dart' as io; | |
| import 'package:shelf/shelf.dart' as shelf; | |
| import 'package:vm_service/utils.dart'; | |
| import 'package:vm_service/vm_service.dart'; | |
| import 'package:vm_service/vm_service_io.dart'; | |
| import 'package:watcher/watcher.dart'; | |
| import 'package:stream_transform/stream_transform.dart'; |
| <?php | |
| return [ | |
| /* | |
| |--------------------------------------------------------------------------------------- | |
| | Baris Bahasa untuk Validasi | |
| |--------------------------------------------------------------------------------------- | |
| | | |
| | Baris bahasa berikut ini berisi standar pesan kesalahan yang digunakan oleh | |
| | kelas validasi. Beberapa aturan mempunyai banyak versi seperti aturan 'size'. |
| import android.content.Context; | |
| import android.util.AttributeSet; | |
| import android.util.Log; | |
| import android.view.MotionEvent; | |
| import android.view.View; | |
| import android.view.ViewConfiguration; | |
| import android.view.ViewParent; | |
| import android.view.ViewTreeObserver; | |
| import android.widget.FrameLayout; |
| @ECHO OFF | |
| SETLOCAL | |
| GOTO:MAIN | |
| REM | |
| REM Info functions start | |
| REM | |
| REM Display version and copyright information | |
| :VERSION |