Skip to content

Instantly share code, notes, and snippets.

@DianSano
Created March 18, 2020 05:29
Show Gist options
  • Select an option

  • Save DianSano/a893ceb7f2ed12381d85e1bae1fd27cd to your computer and use it in GitHub Desktop.

Select an option

Save DianSano/a893ceb7f2ed12381d85e1bae1fd27cd to your computer and use it in GitHub Desktop.
<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
class Perusahaan extends Model {
public $timestamps = false; //karena tabel di database tidak memmiliki timestamps
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment