Skip to content

Commit a3123a2

Browse files
Change AlertComponent to Alert (#6728)
* change name AlertComponent class to Alrert * Change AlertComponent to Alert
1 parent 26fe42c commit a3123a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ However, if you are building a package that utilizes Blade components, you will
662662
*/
663663
public function boot()
664664
{
665-
Blade::component('package-alert', AlertComponent::class);
665+
Blade::component('package-alert', Alert::class);
666666
}
667667

668668
Once your component has been registered, it may be rendered using its tag alias:

0 commit comments

Comments
 (0)