Created
March 18, 2020 05:29
-
-
Save DianSano/a893ceb7f2ed12381d85e1bae1fd27cd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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