laravel-likeable icon indicating copy to clipboard operation
laravel-likeable copied to clipboard

I want to use morph map alias, how to do that?

Open lzt7 opened this issue 8 years ago • 1 comments

I am using morph map alias, but not working,

public function boot()
    {
        Relation::morphMap([
            //'blog' => \App\Models\Blog::class,
            'user' => \App\Models\User::class,
            'activity' => \App\Models\Activity::class,
            'photo' => \App\Models\Photo::class,
            'photoAlbum' => \App\Models\PhotoAlbum::class,
        ]);
    }

I want to use morph map alias, how to do that?

lzt7 avatar Sep 23 '16 07:09 lzt7

Same question?

khanhvu14 avatar May 30 '17 13:05 khanhvu14