container->bindDecorators( Store::class, [ Expired_Store_Decorator::class, Cached_Store_Decorator::class, Excluded_Store_Decorator::class, Status_Sync_Store_Decorator::class, Table_Store::class, ] ); } }