Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 193 Bytes

UPGRADE-2.0.md

File metadata and controls

10 lines (10 loc) · 193 Bytes

UPGRADE FROM 1.x to 2.0

Before:

use Noxlogic\RateLimitBundle\Annotation\RateLimit; 

After:

use Noxlogic\RateLimitBundle\Attribute\RateLimit;