Replies: 1 comment 4 replies
-
nah, ini enak karena uda bisa markdown <?php
namespace Laravolt\Acl\Models;
use Illuminate\Database\Eloquent\Model;
class Role extends Model
{
protected $table = 'acl_roles';
} ada shortcut khusus untuk snippet code + highlight-nya (warna-warni) juga ada |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Saya mendapatkan potongan kode dibawah ini, dan kebingungan untuk mencari tahu method apa yang dipanggil oleh SomeClass.
Setahu saya, pemanggilan method biasanya seperti di bawah ini:
Beta Was this translation helpful? Give feedback.
All reactions