v1.0.0 initial release
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace Illuminate\Container\Attributes;
|
||||
|
||||
use Attribute;
|
||||
|
||||
#[Attribute(Attribute::TARGET_PARAMETER)]
|
||||
class CurrentUser extends Authenticated
|
||||
{
|
||||
//
|
||||
}
|
||||
Reference in New Issue
Block a user