Namespaces
LaravelUi5
Core
Attributes
Commands
Contracts
Controllers
Enums
Exceptions
Infrastructure
Introspection
Middleware
Services
Traits
Ui5
View
Classes
HideIntent
Parameter
Setting
Overview
Namespace
Class
Tree
1:
<?php
2:
3:
namespace
LaravelUi5\Core\Attributes;
4:
5:
use
Attribute;
6:
7:
#[Attribute(Attribute::TARGET_CLASS)]
8:
final
class
HideIntent
9:
{
10:
}
11: